body {
	background: url(https://images.cnblogs.com/cnblogs_com/wintersunny/2033505/o_220304131851_0x5.jpg) fixed;
    background-size: 100%;
	background-repeat: repeat;
}

#home {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 0.7;
    width: 62%;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 50px;
    border-radius: 45px;
}

#blogTitle {
}
    #blogTitle h1 {
        font-family: Consolas, 'Courier New', monospace;
        font-size: 45px;
        font-weight: normal;
        font-style: italic;
        line-height: 2.8em;
        margin-top: -10px;
        margin-left: 75px;
    }
        #blogTitle h1 a {
            color: #757575;
            text-decoration: none;
        }
            #blogTitle h1 a:link, #blogTitle h1 a:visited, #blogTitle h1 a:active{
                transition: all 0.4s linear 0s;
            }
            #blogTitle h1 a:hover {
                color: #003377;
            }
    #blogTitle h2 {
        font-family: "微软雅黑","Brush Script MT","Lucida Handwriting";
        font-weight: normal;
        font-size: 14px;
        line-height: 2em;
        color: #757575;
        margin-top: -10px;
        margin-left: 50px;
        margin-bottom: 20px;
    }

#navigator {
    color: #FFFAFA;
    font-family:  "Monaco", monospace;
    font-size:14px;
}
#navList {
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 10px; 
}
    #navList a {
        color: #696969;
        font-weight: bold;
        display: block;
        width: 3.5em;
        float: left;
        text-align: center;
        text-decoration: none;
    }
        #navList a:link, #navList a:visited, #navList a:active{
            transition: all 0.4s linear 0s;
        }
        #navList a:hover{
            color: #000;
        }
		
.blogStats {
    font-family: "微软雅黑";
    float: right;
    font-size:14px;
    color: #757575;
    margin-top: 15px;
    margin-right: 2px;
    text-align: right;
}

#sideBar {
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 14px;
    width: 20%;
}
    #sideBar a{
        font-family: "华文楷体" , "宋体" , Arial;
        font-size: 16px;
        color: #003377;
        background-color: #fff;
        text-decoration: none;
    }

#mainContent {
    font-family:"微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    width: 110%;
}
    #mainContent a{
        color: #003377;
        background-color: #fff;
        text-decoration: none;
    }
        #mainContent a:link, #mainContent a:visited, #mainContent a:active{
            transition: all 0.4s linear 0s;
        }
        #mainContent a:hover{
            font-size: 105%;
        }

	.postTitle {
		border-left: 3px solid #003377;
		margin-bottom: 10px;
		font-size: 22px;
		font-family: "华文楷体", "宋体" ,"方正舒体";
		font-weight: normal;
		float: right;
		width: 100%;
		clear: both;
		border-bottom: 2px solid #ededed;
	}
		.postTitle a {
			text-decoration: none;
		}
		.postTitle a:link, .postTitle a:visited, .postTitle a:active {
			color: #003377;
			transition: all 0.4s linear 0s;
		}
		.postTitle a:hover {
			margin-left: 30px;
			text-decoration: none;
		} 
	.postCon {
		font-size: 15px;
		float: right;
		line-height: 1.5em;
	}
	.postDesc {
        display: none;
	} 
#cnblogs_post_body{
        color: black;
        letter-spacing: 0.4px;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 15px;
        line-height: 28px;
    }
    #cnblogs_post_body h1{
        color: #000;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 25px;
        font-weight: normal;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
    }
    #cnblogs_post_body h2{
        color: #000;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 22px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
    }
    #cnblogs_post_body h4{
        color: #000;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 18px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
    }
    #cnblogs_post_body a{
        color: #003377;
        font-family: "华文楷体" , "宋体" , "黑体" ,Arial;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
    }
        #cnblogs_post_body a:hover{
            color: #515151;
        }
		
    /* .MathJax span{
        font-size: 19px;
    } */
	.cnblogs-markdown pre {
		white-space: pre!important
	}
	.cnblogs-markdown code {
		font-family: Consolas, "Microsoft YaHei", monospace !important;
		font-size: 12px !important;
		font-weight: normal;
		background-color: #f5f5f5 !important;
		border: 1px solid #ccc !important;
		display: inline-block;
	}
	.cnblogs-markdown .hljs {
		display: block!important;
		overflow-x: auto!important;
        /* margin-top: 5px; */
        margin-left: 5px;
        border-radius: 15px;
		background: #111111!important;
		font-family: Consolas, "Microsoft YaHei", monospace !important;
		font-size: 15px!important;
        line-height: 22px;
        letter-spacing: 0.5px;
        word-spacing: 1px;
        tab-size: 4;
	}
		.hljs-emphasis,.hljs-strong {
            font-weight: normal;
			color: #a8a8a2!important
		}
		.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote {
            font-weight: normal;
			color: #ae81ff!important
		}
		.hljs-meta,.hljs-regexp {
            font-weight: normal;
			color: #a6e22e!important
		}
		.hljs-built_in,.hljs-builtin-name,.hljs-title {
            font-weight: normal;
			color: #00FFCC!important
		}
		.hljs-code,.hljs-section,.hljs-selector-class{
            font-weight: normal;
			color: #FFFF77;
		}
		.hljs-attr,.hljs-name,.hljs-selector-tag,.hljs-symbol {
            font-weight: normal;
			color: #f74449!important
		}
		.hljs-attribute {
            font-weight: normal;
            color: #008080!important;
        }
        .hljs-keyword {
            font-weight: normal;
			color: #fd971f!important
		}
		.hljs-class .hljs-title,.hljs-params {
            font-weight: normal;
			color: #f8f8f2!important
		}
		.hljs-addition,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable {
            font-weight: normal;
			color: #e6db74!important
		}
		.hljs-comment,.hljs-deletion {
            font-weight: normal;
			color: #999!important
		}
.cnb-over-length-code-block-collapsed .cnb-over-length-code-block-toggler-title, .cnb-over-length-code-block-collapsed .cnb-over-length-code-block-toggler-icon {
    opacity: 0.8;
    color: #003377;
}
	.feedbackManage {
		font-size: 13px;
	}
	.feedbackListSubtitle{
		font-size: 13px;
	}
#cnblogs_c1{
    display: none;
}
#under_post_card1{
    display: none;
}
#under_post_card2{
    display: none;
}
#div_digg {
    position: fixed;
    bottom: 5px;
    width: 136px;
    right: 0px;
    border: 2px solid #008080;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#comment_nav {
    text-align: right;
    display: none;
}
#author_profile, #green_channel, #post_next_prev{
    display: none;
}
#BlogPostCategory{
    margin-top: 40px;
}
.comment_vote{
    font-size: 13px;
}