body {
    color: #586F76;
    background-color:  #21292f!important;
    font-family: Verdana,Arial,Helvetica,sans-serif,"微软雅黑";
    font-size: 13px;
    line-height: 1.8;
    z-index:99;
}

#header::before {
    background-image: url(https://images.cnblogs.com/cnblogs_com/zh-lei/1502580/o_tt.png);
    background-size: contain;
    border: 0 solid #fff;
    border-radius: 150px;
    box-shadow: 0 -1px 12px -4px #000;
    content: " ";
    display: block;
    height: 150px;
    margin-bottom: 20px;
    margin-left: 50%;
    position: relative;
    transform: translate3d(-50%, 50%, 0px);
    width: 150px;
}
#MathJax_Message {
    position: fixed;
    left: 1em;
    bottom: 1.5em;
    background-color: #E6E6E6;
    border: 1px solid #959595;
    margin: 0px;
    padding: 2px 8px;
    z-index: 102;
    color: black;
    font-size: 80%;
    width: auto;
    white-space: nowrap;
  
}


#Header1_HeaderTitle:hover{
color:#ff6700;
}
#blogTitle h2:hover{
color:#ff6700;
}
.postCon {
    padding: 10px 20px 10px;
    border-bottom: 1px solid #D9DBE1;
    background-color: #FCFCFA;
}
#blog-calendar{
    display:none!important;
}

#mainContent{
    width: 740px;
    min-height: 200px;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
    float: right!important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
   padding-right:0px;
}
#header {
    font-family: "Microsoft JhengHei UI","Microsoft YaHei";
    height: 300px;
    position: relative;
    background-size: 100% 300px;
    background-color: #21292f;
}
.github-corner svg{
    z-index:100;
}
#navCategory{
    display:none;
}
#live2dcanvas{
   border:0!important;
}
a:hover{
    color:#FE4165!important;
}