/* 删除反对按钮 */
.buryit {
    display: none;
}
/* 推荐按钮放置右侧 */
.diggit {
    float: right;
}

/** 更改选中字体背景颜色 */
    /* ::selection {
        background-color: #fc7232;
        color: #ffe3d6;
    } */

/** 删除首页主体正文 */
.day {
display: none;
}

/* 隐藏公告栏 */
	div#sidebar_news {
    font-size: 0;
	}
	#sidebar_postcategory{
	display: none;
	}

/**二维码位置*/
canvas {
    position: fixed;
    /* left: 0px; */
	right:16px;
	top:523px;
    bottom: 900px;
    width: 150px;
}

/**二维码按钮样式*/
.relative { position: relative; }
.absolute { position: absolute; }
.ewm{top:60px;left:50px;width:200px;padding:20px;box-sizing:border-box;display:none;}
    .text_sao{text-align:center;}



/**二维码按钮位置*/
    .wechart{
    background-color: #327fff;
    height:30px;
    width:30px;
    border-radius: 50%;
    content: "\e708";
    position:fixed;
    right:16px;
    //left:5px;
    top:523px;
    //bottom:0px;
    }


/*去代码复制按钮*/
.cnblogs_code_toolbar {
    display:none;
}
/* 删除底部广告 */
.c_ad_block, .under-post-card {
	display: none;
}


	/** 正文 */
div#main {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
	display: -webkit-flex
}
/* div#footer {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
	display: -webkit-flex
} */
/* 删除首页下一页选修 */
div#nav_next_page {
	display:none;
}
/* 删除页脚版本提示 */
div#footer {
	display: none;
}

/* 导航栏 */
#navList {
	text-align: center
}

#navList li {
	font-family: 'Josefin Sans Light', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "'Hiragino Sans GB", STHeiti, "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
	color: #95a5a6;
	display: inline-block;
	padding: 1rem;
	font-size: 1rem;
	text-align: center
}

#navList li a {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3)
}

#navList li a:hover {
	color: #f60;
	font-weight: 500
}



/* 修改shell正则表达式表格样式 */
/* https://www.cnblogs.com/linuxcmd/p/shell-expression.html */

* {

	padding:0;

	margin:0;
}

ul {

	list-style: none outside none;

}

ul li#tab {

	float:left;

	padding:0 2px;

}

ul.line:hover {

	background:#EDE6D6;

}

.c {

	text-align:center;

}

.main {

	border-top:2px solid #000;

	border-bottom:3px solid #000;

}

.line {

	border-top:1px solid #000;

	line-height:26px;

	overflow:hidden

}

.h {

	background:rgb(100 150 200 / 50%);

	font-weight:bold;

}

.bds {

	width:80px;

	border-right:1px solid #000;

}

.des {

	width:300px;

	border-right:1px solid #000;

}

.exp {

	width:376px;

	border-right:1px solid #000;

}

.bres {

	width:100px;

	border-right:1px solid #000;

}

.eres {

	width:110px;

	border-right:1px solid #000;

}

.pyres {

	width:100px;

	border-right:1px solid #000;

}

.peres {

	width:100px;

}

.head {

	padding:10px 0;

	margin:30px auto;

	text-align:center;

}

.head h1 {

	font:26px/26px Verdana, Geneva, sans-serif;

}

.title {

	margin:20px auto;

}

.title h2 {

	font-size:16px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.title p {

	line-height:24px;

}

div#divtab {

	margin:0 auto;

	width:1200px;
	
	font-size:12px;

	font-family:"Courier New", Courier, monospace;

	margin:0;
	
	padding:0;

}
#cnblogs_post_body ul li {
    list-style-type: none;
}



	/**---------- 原有样式修改 --------*/
	/* #sideBar{
		display: none;
	} */

	#profile_block{
		display: none;
	}
	#mainContent{
		width: 100%;
		box-shadow: 0 0 0;
		border-radius: 0px;
		opacity: 0;
		transition:0.5s;
		margin-top:40px;
	}


	#main{
		width: 50%;
	
		/*max-width: 700px;*/
	}
	@media screen and (max-width: 1000px) {
	 #main {width: 100%;}
	}
	body{
		background-image: none;
		background-color: white;
		font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace !important;
		line-height: 1.8;
	}
	#cnblogs_post_body{
		font-size: 16px;
	}

	/* 点赞关注收藏按钮 */
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    font-size: 12px;
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#green_channel #green_channel_digg {
    background-color: #2daebf;
}
#green_channel a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 80px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    background-image: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.custom-btn {
    width: 110px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: Lato,sans-serif;
    font-weight: 500;
    margin: 0 3px;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 hsla(0,0%,100%,.5), 7px 7px 20px 0 rgba(0,0,0,.1), 4px 4px 5px 0 rgba(0,0,0,.1);
    outline: none;
}
.custom-btn.btn-11 {
    border: none;
    background: #fb2175;
    background: linear-gradient(0deg,#fb2175,#ea4c89);
    color: #fff;
    overflow: hidden;
}
#green_channel #green_channel_weibo, #green_channel #green_channel_wechat{
    display: none;
}


	div#adddig {
    background: rgb(255 255 255 / 0%);
	}

	#post_next_prev{
		display: none;
	}
	.forFlow img{
		margin-top: 0;
	}
	#cnblogs_post_body img {
	    max-width: 100%;
	}

	/** 去除广告 */
	#cb_post_title_url{
		display: none;
	}
	#cnblogs_c1{
		display: none;
	}
	#cnblogs_c2{
		display: none;
	}
	#ad_t2{
		display: none;
	}
	#kb_block{
    	display:none
	}
	#under_post_news{
	    display:none
	}
	#header{
		display:none
	}
	#BlogPostCategory{
		display: none;
	}
	#comment_nav{
		display: none;
	}
	.postDesc{
		border-bottom:none;
	}
    /* 文章最下头像下关注按钮 */
    
	/* #author_profile_follow{
		display: none;
	} */

	/** 自定义样式 */
	


	/** 导航栏 */
	#mynavbar{
		width: 100%;
		height: 70px;
		position: fixed;
		display: block;
		top: 0px;
		z-index: 100;
		background-color: white;
		transition:0.5s ease-in-out;
		box-shadow: 0 1px 5px rgba(0,0,0,.1);
	}
	#mynavbar_menu{
	    display: inline-block;
	    width: auto;
	    position: relative;
	    float: right;
        text-align: right;
    	line-height: 68px;
	}
	#mynavbar_menu a{
	    padding: 0 15px;
	    font-size: 14px;
	    outline: 0;
	    color: #313131;
	    text-decoration: none;
	}
	#mynavbar_menu a:hover{
		color: #eb5055 !important;
	}

	/** 头部 */
	#myheader{
		background-color: #2175bc!important;
		margin-top:70px;
		position: relative;
	    width: 100%;
    	height: 300px;
	}
	#myheader_bg{
		width:100%;
		height:300px;
		background-position: center;
	    background-size: cover;
	    -webkit-filter: blur(3px);
	    -moz-filter: blur(3px);
	    filter: blur(3px);
	    position: absolute;
	}
	#myheader_cover{
	    position: relative;
	    margin-top: 70px;
	    width: 100%;
	    height: 300px;
	    background-color: rgba(0,0,0,.5);
	    box-shadow: 0 1px 5px rgba(0,0,0,.3);
	}
	#mypost_title{
	    position: relative;
	    top: 105pt;
	    margin: 0 auto;
	    padding: 30px 25px 20px;
	    max-width: 700px;
	    color: white;
	    transition:0.5s;
	    opacity: 0;
	}
	#mypost_title_e{
		margin: 0;
    	padding: 5px 0 15px;
	}
	#mypost_title_e a{
		border: 1px solid #6fa3ef;
	    border-radius: 15px;
	    background: #6fa3ef;
	    color: #fff;display: inline-block;
	    margin: 4px 8px 0 0;
	    padding: 0 15px;
	    letter-spacing: 0;
	    font-weight: 600;
	    font-size: 13px;outline: 0;text-decoration: none;
	    transition: 0.5s;
	}
	#mypost_title_e a:before{
		content: "# "
	}
	#mypost_title_e a:hover{
		background-color: white;
		border: 1px solid white;
		color:black;
	}
	#mypost_title_f a{
		color: white;
	}
	#mypost_title_f a:hover{
		text-decoration:none;
	}

	/** 右侧导航 */
	#right_meun{
	    position: fixed;
	    top: 100px;
	    left: 74%;
	    display: none;
	    text-align: left;
	    border-left: 1px solid #ddd;
	    font-size: 12px;
	}
	#right_meun li{
		list-style: none!important;
	}
	#right_meun a{
		display: inline-table;
	    margin-left: 5px;
	    white-space: nowrap;
	    text-decoration: none;
	    color: #313131;
	    outline: 0;
	}
	#right_meun a:hover{
		color: #eb5055;
	}
	ul#right_meun:hover {
    background: #EDE6D6;
	}



	#right_meun>li::before {
	    position: relative;
	    top: 0;
	    left: -4px;
	    display: inline-block;
	    width: 7px;
	    height: 7px;
	    content: '';
	    border-radius: 50%;
	    background-color: #eb5055;
	}
	/* 底部导航 */
	#post-bottom-bar{
		position: fixed;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 2;
	    height: 3pc;
	    border-top: 1px solid #e0e0e0;
	    background-color: #fff;
	    margin: 0;
	    padding: 0;
	    transition: 0.5s ease-in-out;
	}
	/* 底部导航按钮设置 */
	#post-bottom-bar a{
	    text-decoration: none!important;
		padding: 2px 10px;
    	border-radius: 15px;
	}
	.post-bottom-bar .bottom-bar-inner{
		margin: 0 auto;
	    padding: 0 10px;
	    max-width: 900px;
	}
	.bottom-bar-items{
		margin: 0 0 0 10px;
	    color: #313131;
	    font-size: 14px !important;
	    line-height: 3pc;float: left;
	}
	.post-bottom-bar{
		margin: 0 0 0 10px;
	    color: #313131;
	    font-size: 14px;
	    line-height: 3pc;
	}
	.post-bottom-bar .social-share .bottom-bar-item {
	    padding: 4px;
	}
	.post-bottom-bar .bottom-bar-item.bottom-bar-facebook a {
	    background-color: #4267b2;
	    color: #fff;
	}
	.post-bottom-bar .social-share .bottom-bar-item a {
	    padding: 2px 10px;
	    border-radius: 15px;
	}
	.post-bottom-bar .bottom-bar-item a {
	    margin: 0;
	    padding: 9pt;
	    border: 0;
	    background: 0 0;
	    color: #313131;
	    font-size: 14px;
	    line-height: 3pc;
	    cursor: pointer;
	}
	.post-bottom-bar .bottom-bar-item.bottom-bar-twitter a {
	    background-color: #1b95e0;
	    color: #fff;
	}
	.post-bottom-bar .bottom-bar-item.bottom-bar-qrcode a {
	    background-color: #5f5f5f;
	    color: #fff;
	}
	.bottom-bar-item a:hover{
		color: #eb5055;
	}


	

	/** 更改浏览器滚动条和选中字体背景颜色 */
	::selection {
	    background-color: #eb5055;
	    color: #fff;
	}
	::-webkit-scrollbar {
	    width: 6px;
	    height: 6px;
	}
	::-webkit-scrollbar-thumb {
	    min-height: 28px;
	    background-color: #c2c2c2;
	    background-clip: padding-box;
	}
	::-webkit-scrollbar-track-piece {
	    background-color: #fff;
	}
	*, :after, :before {
	    box-sizing: border-box;
	}


	/** 首页文章条显示优化 */
	.day{
	    border-radius: 10px;
	    box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	    margin-top: 40px;
	    transition: 0.3s;
	}
	.day:hover{
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
	}
	.dayTitle {
		display: none;
	}


	/** 优化评论区样式 */
	.feedbackItem{
		background-color: ghostwhite;
	    border-radius: 10px;
	    padding: 20px;
	    margin-top: 20px;
	    border: 0px;
	}
	.comment_textarea{
		background-color: #e2eaffa8;
	    padding: 15px;
        border-radius: 10px;
	    outline: 0;
	    resize: none;
	    overflow: hidden;
		width: 100%;
	}
	.comment_btn {
	    border: 1px solid #f7f7f7;
	    border-radius: 30px;
	    background-color: #f78989;
	    font-size: 13px;
	    cursor: pointer;
	    height: 32px;
	    padding: 0 20px;
	    right:6%;
	    bottom: 38px;
	    width: auto;
	}
	.comment_btn:hover {
	    border: 1px solid #eb5055;
	    background-color: white;
	    color: #eb5055;
	    transition-duration: .4s;
	}
	.feedback_area_title{
		display: none;
	}
	.commentbox_main{
	    margin-top: 20px;
	}









	/** linux命令搜索开始 */
* {
	box-sizing: border-box
}

.header {
	width: 517px;
	margin: 0 auto 0;
	padding: 0 10px
}

.header .logo a {
	display: flex;
	color: currentColor
}

.header .box {
	position: relative
}

.header .search {
	min-height: 20px;
	position: relative;
	display: table;
	border-collapse: separate
}

.header .search li,
.header .search ul {
	list-style: none
}

.header .search #result .ok {
	background: #f4f4f4
}

.header .search .search-list {
	position: absolute;
	display: none;
	z-index: 999;
	box-shadow: 1px 1px 3px #000;
	border: 1px solid var(--color-header-border);
	background: var(--color-theme-bg);
	min-width: 100px;
	top: 39px;
	width: 100%;
	padding: 5px;
	border-radius: 5px 5px 5px 5px
}

.header .search .search-list li {
	line-height: 23px
}

.header .search .search-list li span {
	padding: 0 8px;
	color: #b9b9b9
}

.header .search .search-list a {
	display: block;
	padding: 2px 6px 2px 6px
}

.header .search .search-list a:hover {
	background-color: var(--color-hover)
}

.header .search .search-list a .kw {
	color: #f00;
	font-style: inherit;
	font-weight: bold
}

.header .search .query,
.header .search .enter-input {
	display: table-cell;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.header .search .query {
	resize: none;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(143, 143, 143, 0.478);
	border-radius: 5px 0 0 5px;
	-webkit-appearance: none
}

.header .search .query:focus {
	z-index: 99;
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.header .search .enter-input {
	white-space: nowrap
}

.header .search .enter-input button {
	margin: 0;
	left: -1px;
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 9px 23px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	text-rendering: auto;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-collapse: separate;
	border-radius: 0 5px 5px 0;
	border-color: rgba(143, 143, 143, 0.478)
}

.header .search .enter-input button:focus,
.header .search .enter-input button:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.header .search .enter-input button:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #b4b4b4;
	background-image: none;
	box-shadow: inset 0 8px 32px -8px rgba(0, 0, 0, 0.3)
}

.header .search .enter-input button:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #999;
	text-decoration: none
}

.header .search .enter-input button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #b4b4b4
}

.footer {
	text-align: center;
	padding-top: 31px;
	font-size: 14px;
	font-weight: 300;
	border-top: 1px solid var(--color-header-border);
	padding-bottom: 50px;
	padding: 31px 6px 50px 6px
}

.footer.home {
	border-top: 0
}

.header.home .header_inner {
	display: flex;
	flex-direction: column;
	align-items: center
}

.header.home .logo {
	min-height: 140px;
	display: flex;
	align-items: center
}

.header.home .search {
	display: flex;
	min-width: 320px
}

.header.header_list {
	width: auto;
	position: fixed;
	width: 100%;
	background: var(--color-theme-bg);
	backdrop-filter: saturate(180%) blur(.4rem);
	background-color: var(--color-header-bg);
	z-index: 99
}

.header_list {
	padding: 10px 10px 10px 13px;
	border-bottom: 1px solid var(--color-header-border)
}

.header_list .logo {
	padding-right: 24px;
	text-align: left
}

.header_list .logo svg {
	height: 37px;
	width: 136px
}

.search_list {
	padding: 79px 27px
}

.search_list a {
	font-size: 16px
}

.search_list a strong {
	font-weight: bold
}

.search_list a .kw {
	color: #f00;
	font-style: inherit;
	font-weight: bold
}

.search_list a:hover .kw {
	color: #333
}

.search_list li {
	padding: 10px 0 10px 0;
	list-style-type: none
}

.search_list li p {
	padding-top: 5px;
	color: #4f4f4f
}

.hotlist {
	padding: 79px 27px
}

.hotlist a {
	font-size: 16px
}

.hotlist a strong {
	font-weight: bold
}

.hotlist li {
	padding: 5px 0 5px 0;
	list-style-type: none
}

.hotlist li p {
	padding-top: 5px;
	color: #4f4f4f
}

.header_list .header_inner {
	display: flex;
	align-items: center
}

.header_list .header_inner .search {
	flex: 1;
	display: flex
}

.header_inner,
.hotlist,
.search_list,
.contributors {
	max-width: 920px;
	margin: 0 auto
}

.contributors {
	padding: 79px 27px;
	max-width: 960px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word
}

.contributors a {
	font-weight: bold
}

@media screen and (max-width:479px) {
	.header {
		width: inherit
	}

	.header .search .enter-input button {
		padding: 9px 14px
	}

	.header_list {
		padding: 10px 10px 10px 13px
	}

	.header_list .logo {
		float: inherit;
		padding-right: 10px;
		text-align: center
	}

	.header_list .logo svg {
		width: 96px
	}

	.header_list .search .query {
		line-height: 31px
	}

	.search_list,
	.hotlist {
		padding: 78px 27px
	}
}
	/** linux命令搜索结束 */

/* 代码块背景色 */
 .cnblogs-markdown pre {
    background-color: #e4feffcf;
	border-left: 4px solid #7ad03a;
	color: #222;
	font: 12px/20px Consolas, "Courier New", Courier, monospace;
	margin: 0 0 20px;
	padding: 10px 12px;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin-bottom: 25px;
	overflow: hidden
  
}
pre.prismjs-lines-highlighted[class*='language-'].line-numbers {
    background-color: #E9FEFF;
}


.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: #008000;
    font-style: unset;
}

/* 代码块反选颜色 */
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	/* background: #C1DEF1; */
	background-color: #fc7232;
    color: #ffe3d6;
}

