#back-to-top {
    background-color: #26ade2;
    bottom: 0;
    box-shadow: 0 0 6px #161616;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
 /* 超链接 */
#cnblogs_post_body a:link {
	text-decoration: none;
	color: #002C99;
}


/*代码字体大小*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 16px !important;
}

.cnblogs_code pre {
font-family: Courier New!important;
font-size: 18px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 18px!important;
line-height: 1.5!important;
}



