body{
     font-size:14px;
}
.buryit{
    display:none;
}

/*调整整体宽度和目录左侧显示  开始*/
#navCategory{
    border: 1px solid #d6cfcf;
    height: 82.5%;
    overflow-y: auto;
    color: #152e97;
    position: fixed;
    left:0.3%;
    top: 26%;
    background: white;
    width: 220px;
    padding: 5px;
    border-radius: 5px;
}
	
#navigator {
    background-color: #3d97cb;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}

#main {
    min-width: 1200px;
    text-align: left;
    clear: both;
    background: #fff;
}
#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    /* margin-left: 300px; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
    background: #a1d1ea;
}
#mainContent {
    min-height: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 900px;
    background: #fff;
}
/*调整整体宽度和目录左侧显示  结束*/
/*关注我 左移固定*/
#green_channel_follow{
    display: inline-block;
    position: fixed;
    right: 30%;
    bottom: 6%;
}
/*代码字体*/
.cnblogs_code span {
    font-family: inherit!important;
    font-size: 14px !important;
    /* line-height: 1.5 !important; */
}
.cnblogs_code pre {
    font-family: initial !important;
    font-size: 14px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.removeCai{
    position: fixed;
    width: 46px;
    right: 25%;
    bottom: 4.5%;
    border: 1px solid #191a197d;
}
.lock {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.inner-div{
     width:400px;
     margin:0 auto;
}
.abs-post-01 .info {
    background: white;
    height: 370px;
}
.abs-post-01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 10000;
    margin-bottom: 0;
}

.abs-post-01 .mask {
    height: 240px;
    width: 100%;
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
}
.wxzh{
    width: 237.5px;
    height: 239.5px;
    margin: 0 auto;
    display: inherit;
}
.backtop{
    position: fixed;
    right: 20%;
    bottom: 5%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url(https://s2.ax1x.com/2019/09/08/n8tUa9.png);
}
/*文章正文h2的样式*/
#cnblogs_post_body h2{
    color: #fff;
    background: linear-gradient(141deg, #03a281f7, #e2e4ee12);
    -moz-border-radius: 3px;
    border-radius: 5px;
    padding-left: 10px;
    text-shadow: 2px 2px 3px #404040;
    line-height: 2em;
}
#showOrHeid{
    height: 24px;
    cursor: pointer;
    width: 40px;
    position: fixed;
    z-index: 999;
    top: 26%;
    left: 7%;
    /* background-color: #eeb9b938; */
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: fantasy;
    line-height: 24px;
}
#blogTitle h2 {
    /* margin-top: 0em; */
    margin-left: 8em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 24px;
}