#navigator{
    
}

/*侧边内容*/
#main #sideBar{
    width:250px!important;
}

input.btn_my_zzk{
    height:30px;
}

/*返回按钮*/
.back{
           width:80px;
            height: 40px;
            background-color: #333333;
            opacity: 0.4;
            border-radius: 20%;
            position: fixed;
            right: 20px;
            bottom: 20px;
            color: white;
            font-weight: 500;
            text-align: center;
            display: none;
            line-height:40px;
        }
.back:hover{
   cursor:pointer;
}


/*markdown 代码样式*/
tt, code, kbd, samp {
    font-family: consolas;
}
.prettyprint, pre.prettyprint {
    background-color: #272822;
    border: 1px solid #272822;
    overflow: hidden;
    margin: 10px 0;
    font-family: Helvetica, "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei UI", SimSun, SimHei, arial, sans-serif;
}
.prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
}
.prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left: 28px !important;
    margin: 0 0 0 0px;
}
.prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    margin-left: 0;
    margin: 5px;
    list-style: decimal;
}
.prettyprint .com {
    color: #93a1a1;
}
.prettyprint .lit {
    color: #AE81FF;
}
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
    color: #F8F8F2;
}
.prettyprint .fun {
    color: #dc322f;
}
.prettyprint .str, .prettyprint .atv {
    color: #E6DB74;
}
.prettyprint .kwd, .prettyprint .tag {
    color: #F92659;
}
.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
    color: #A6E22E;
}
.prettyprint .pln {
    color: #66D9EF;
}