/*公用*/
body {
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","宋体",Arial;
    background: url('https://z3.ax1x.com/2021/04/01/cVSep9.jpg') fixed;
    background-size: cover;
    min-width: 1200px;
}

img {
 max-width: 100%;
}

#home {
margin: 0 auto;
opacity: 0.8;
width: 65%;
min-width: 1080px;
background-color: #fff;
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#under_post_kb,
#under_post_news{
   display:none;
}

.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;
}

.hljs-number {
    color: #f5871f;
}

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

#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

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

.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
a:visited {
    color: #0e90d2;
    text-decoration: none;
}
a:link {
    color: #0e90d2;
    text-decoration: none;
}
a:hover {
    color: #21759b;
    text-decoration: none;
}

#post_next_prev {
    line-height: 2;
    margin: 10px 0;
    font-size: 14px;
}

.pager a {
    box-shadow: 0 1px 3px #3671a5;
    border: 1px solid #3671a5;
    background: #00315d;
    color: #3671a5;
    transition: all 0.4s linear 0s;
}