#header {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
}


/* 修改连接的颜色和下划线 */

a:link,
a:visited {
    text-decoration: none;
    color: #666;
}

.postTitle a:link,
.post-title a:visited,
.postTitl2 a:link,
.postTitl2 a:visited,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    color: #515151;
}

.post-title a:hover,
.postTitl2 a:hover,
.entrylistPosttitle a:hover {
    color: #39f;
}

.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color: #666;
}

a:hover {
    color: #39f;
}


/* 隐藏随笔 文章评论 */

.blogStats {
    display: none;
    color: #cacaca;
    font-size: 12px;
    text-align: right;
}


/* 修改 客园首页新随笔联系订阅管理 字体背景颜色 */

#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #a0a0a0;
    padding: 10px;
    background-color: #ffffff;
}

#navList {
    float: right;
    margin-top: 7px;
}

#main {
    margin-top: 6px;
    background-color: #ffffff;
    margin-bottom: 0;
}

#mainContent {
    width: calc(100% - 292px);
    background: #fff;
    box-shadow: 0 0 0px #fff;
    -moz-box-shadow: 0 0 8px #999;
    -web-kit-shadow: 0 0 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: right;
    display: inline-block;
}

.postDesc,
.postDesc2,
.entrylistItemPostDesc {
    border-bottom: 1px solid #eef2f8;
    text-align: right;
    margin: 20px 0;
    padding: 5px 0;
}

#blog-calendar {
    display: none;
}

#sideBarMain h3 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #d4d4d4;
    padding-bottom: 10px;
    margin-top: 20px;
}


/* 搜索框 start */

#sidebar_search_box {
    display: none;
}

.mySearch .catListTitle {
    display: none;
}

.input_my_zzk {
    width: 180px;
    vertical-align: middle;
    height: 25px;
    border: 2px solid #e1e1e1;
    border-radius: 15px;
}

input.btn_my_zzk {
    vertical-align: middle;
    height: 25px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    border: 0px;
    border-radius: 9px;
    background-color: #e9f3b791;
}

input.btn_my_zzk:hover {
    background-color: #39f;
}

.div_my_zzk {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 83px;
    float: left;
}

.dayTitle {
    display: none;
    width: 100%;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 110%;
    margin-top: 3px;
    margin-bottom: 10px;
    clear: both;
    border-bottom: 2px solid #666;
    text-align: center
}

.img_avatar {
    border: 1px solid #ccc0;
    padding: 2px;
    width: 180px;
    height: 180px;
}


/* 取消公告两个字 */

#sidebar_news .catListTitle {
    display: none;
}

#home {
    background-color: #fff;
}

#main {
    margin-top: 6px;
    background-color: #ffffff;
    margin-bottom: 0;
    width: 75%;
}

@media screen and (max-width: 1200px) {
    #main {
        margin-top: 6px;
        background-color: #ffffff;
        margin-bottom: 0;
        width: 100%;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    box-shadow: inset 0 0 5px #314659;
    background: #314659;
}

::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 1px;
}

.post {
    padding: 10px;
}

.comment_textarea {
    padding: 8px 14px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.cnblogs-markdown code,
.cnblogs-post-body code {
    font-family: "Courier New", sans-serif !important;
    font-size: 12px !important;
    line-height: 20px;
    background-color: #f5f5f5 !important;
    border: 0px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
    overflow-x: auto;
}

.esa-clipboard-button {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 19px;
    margin-top: 6px;
    box-shadow: 0 0 2px 0 rgba(151, 151, 151, 0.97);
    color: #b4b4b4;
    padding: 0 6px;
    border-radius: 5px;
}

.esa-toolbar-gotop {
    position: fixed;
    /* display: none; */
    margin-left: 84px;
    margin-top: 8px;
    width: 25px;
    height: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACL0lEQVRIS+3TwWvTUBwH8O/vJSLrFBURFPSkoIiCVz3IilObFA/aNR0yEEk6EXfxH1D0L5DdyroMHaJL1a1Ikw3H6kVBHHjyIKKgMEQmbOqsTpv8JOkmna4mvQyRvVv4/fL78L7vPcIKLFoBA6tIUyn/e3H1F+xjYB4B8EyGp53RTkxF2VLkneQLTieYBwmQ/cEMfgsJh41U8k0YFAnJW3YPAb2Afxv5CZj2gdAK8BQgjuia8uJvUCiSt+wrBFxaGOJ8WYeTsQr2kscTAG1k5g+eJLV1dySeN4IaIsxMpuXkQMjW4kFh55aW0/F4vOp/D9wZ2+N67gQB25h5RmJx/Gyn8nQ5aFmk17bXtn7mGyDSAoBh6ppiEBHXDzFvje3wpADaxcAcGAkjoz76HfoDyVkPNsj44QA4GDQzrukZ9WKjKK7fG99crX4vA9gP8FePhJpNKw/r+5cgfXft7cLFOIDdCxFdNjT1atjt6S8W12NeHgXoEAPzgEgZWqK0+N8vZMAqHfAAB6CtzOwBlDUyqhkGLNYt63HLJ8zaBLQxUCWQpmvKsF8PEHNotN0jt0igGBjfIHBKT6t+ZE0t/yxjc3yfQEcBdplEl5FWblOfZWcE+CZAEgMfSXC73pGcbGp6XXMuN7lG3vR+GKBkcGeIz1N+qDRIRF1RH1YUvFwuy6+nKyM1iGepluVMtytJ1rlU4l2UIVF6fOjVdOUCs3gZ+uKjDAzrWUXCElpS/3/i+gn3gM6tu0xSdwAAAABJRU5ErkJggg==);
}