/*推荐按钮浮动*/
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:50px;
  border:2px solid #6FA833;
  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);
}
/*雪花css*/
/*
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
*/
/*雪花css  end*/
/*CSS*/
#home {
    opacity: 0.75; /* 调整透明度 */
    margin: 0 auto;
    width: 50%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    font-family: consolas, Lato,'PingFang SC','Microsoft YaHei',sans-serif;
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 40px;
}
#blogTitle h1 a {
    color: #515151;
    font-size: 25px;
}

#navList {
    font-size: 18px;
}

#navList a {
    padding-top: 15%;
}
#navList a:hover {
    color: #4C9ED9
}
.catListTitle {
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}
#mainContent {
    float: right;
}
#sideBar {
    float: left;
    color: #83a;
    font-size: 15px;
}
#sideBar a {
    color: #8833aa;
}

#cnblogs_post_body h1 {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 670px;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 3px #ccc;
    font-weight: 700;
    font-size: 28px;
}

#cnblogs_post_body h2 {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 670px;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 3px #ccc;
    font-weight: 700;
    font-size: 25px;
}

#cnblogs_post_body h3 {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 670px;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 3px #ccc;
    font-weight: 700;
    font-size: 22px;
}

/*
#cnblogs_post_body h4 {
    background: #2B6695 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: consolas, Lato,'PingFang SC','Microsoft YaHei',sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
}
*/

#cnblogs_post_body h4 {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 670px;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 3px #ccc;
    font-weight: 700;
    font-size: 17px;
}

#cnblogs_post_body p {
    margin: 15px auto;
    font-family: consolas, Lato,'PingFang SC','Microsoft YaHei',sans-serif;
    text-indent: 0;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: consolas, Lato,'PingFang SC','Microsoft YaHei',sans-serif!important;
    color: #3f51b5;
    border: 0px solid #ccc!important;
    font-size: 15px!important
}


blockquote {
    overflow: auto;
    background: #ddd;
    border-left: 5px solid #ccc;
    padding: 15px 20px;
    margin-top: 10px;
    border-left: 5px solid #657b83;
    background: #f6f6f6;
    font-size: 20px;
}


.c_ad_block {
display:none;
}

#ad_t1, #ad_t2 {
display:none;
}

body { 
    font-size: 13px;
}

/*
代码高亮
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
div.postBody {
    color: #666;
    text-shadow: 0 0px rgba(0, 0, 0, 0.05);
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}
.cnblogs-markdown .hljs{
  display: block;
  overflow-x: auto;
  padding: 0.5em !important;
  background: #23241f !important;
  font-size: 16px !important;
 /* font-weight:bold !important;*/

}

.cnblogs-markdown .hljs,
.hljs-tag,
.hljs-subst {
  color: #ffffff;
  font-weight: 100;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet {
  color: #ae81ff;
}

.hljs-quote {
  color: #ae81ff;
}

.hljs-number {
  color: #ae81ff;
}

.hljs-regexp {
  color: #ae81ff;
}

.hljs-literal {
  color: #ae81ff;
}

.hljs-link {
  color: #ae81ff;
}

.hljs-code {
  color: #fff;
}

.hljs-title {
  color: #fff;
}

.hljs-section {
  color: #fff;
}

.hljs-selector-class {
  color: #fff;
}

.cnblogs-markdown {
  font-weight: bold;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword {
    color: #f0e68c;
    font-weight: bold;
}

.hljs-selector-tag {
    color: #f0e68c;
    font-weight: bold;
}

.hljs-name {
    color: #f0e68c;
    font-weight: bold;
}

.hljs-attr {
    color: #f0e68c;
    font-weight: bold;
}

.hljs-symbol {
  color: #66d9ef;
}

.hljs-attribute {
  color: #66d9ef;
}

.hljs-params {
  color: #f8f8f2;
}

.hljs-class {
  color: #f8f8f2;
}

.hljs-title {
  color: #f8f8f2;
}

.hljs-string {
  color: #ffa0a0;
}

.hljs-type {
  color: #e6db74;
}

.hljs-built_in {
  color: #ccc;
}

.hljs-builtin-name {
  color: #e6db74;
}

.hljs-selector-id {
  color: #e6db74;
}

.hljs-selector-attr {
  color: #e6db74;
}

.hljs-selector-pseudo {
  color: #e6db74;
}

.hljs-addition {
  color: #e6db74;
}

.hljs-variable {
  color: #e6db74;
}
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment {
  color: #87ceeb;
}

.hljs-deletion {
  color: #a3b0f5;
}

.hljs-meta {
  color: #87ceeb;
}

body {
    color: #000;
    /*
    if (wxw == 0) {
        background: url(//images.cnblogs.com/cnblogs_com/MashiroSky/887480/o_49383596_p0.jpg) fixed;
    } else if(wxw == 1) {
        background: url(//images.cnblogs.com/cnblogs_com/MashiroSky/887480/o_49383596_p0.jpg) fixed;
    }
    */
    /* background: url(//images.cnblogs.com/cnblogs_com/MashiroSky/887480/o_49383596_p0.jpg) fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 2.5;
    color: rgb(51, 51, 51);
    float: left;
}
/*.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 12px 0 12px 10px;
    background-color: #f5f5f5;
}*/