/* .cnblogs-markdown .hljs {
    border: none !important;
} */

#cnblogs_post_body th,
#cnblogs_post_body td,
.cnblogs-post-body th,
.cnblogs-post-body td {
    border: none !important;
    padding: 0;
}

.postCon {
    font-size: 15px;
}

/* .cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
    font-family: "Consolas", sans-serif !important;
    font-size: 15px! important;
}

.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
    font-family: "Courier New", sans-serif!important;
    font-size: 15px!important;
    font-weight line-height: 1.4!important;
    padding: 5px!important;
}

#cnblogs_post_body table,
.cnblogs-post-body table {
    border: none !important;
    border-collapse: collapse;
    word-break: break-word;
} */


/*simple memory*/

#blog-news img {
    border-radius: 90px;
    margin-top: 10px;
    margin-left: 30px;
}

body {
    color: #000;
    background: url(https://pic.downk.cc/item/5fe998233ffa7d37b3cc15f7.jpg) fixed;
    background-repeat: no-repeat;
    background-position: 0px -180px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Source Han Sans SC", "PTSans", "Arial", sans-serif;
    font-size: 14px;
    min-height: 101%;
}

.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    color: #3179a2;
}

.c_b_p_desc_readmore {
    font-weight: bolder;
}

#home {
    margin-top: 370px;
    opacity: 0.98;
    border-radius: 20px;
    background-color: rgb(255, 255, 255)
}

#sideBarMain {
    padding: 10px;
}

#sidebar_news .catListTitle {
    display: none;
}

#blog-news {
    background-color: #f1f3f4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 10px;
}

#blog-news img {
    width: 150px;
    height: 150px;
}

#sideBar a {
    color: #fff;
}

#sideBar a:hover {
    color: #000;
}

#profile_block {
    padding: 15px;
    background-color: #4285f4;
}

.catListLink {
    display: none;
}

#blog-sidecolumn a {
    color: #000;
}

#sidebar_postarchive {
    display: none;
}

#sidebar_postcategory {
    border-radius: 10px;
}

#sidebar_postcategory {
    background-color: #f1f3f4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#sidebar_postcategory .catListTitle {
    background-color: #f2f4f5;
    padding: 15px;
}

#sidebar_postcategory ul {
    padding: 10px;
    background-color: #34a853;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#sidebar_postcategory li {
    font-size: 14px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    line-height: 2px;
    border-radius: 10px;
    margin: 2px;
}

#sideBar h3 {
    font-size: 18px;
}

#blog-sidecolumn #sidebar_search #sidebar_search {
    margin-bottom: 10px;
}

.catListTitle {
    font-weight: bold;
    /* line-height: 1.2; */
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.mySearch .catListTitle {
    display: none;
}


/*搜索框*/

.input_my_zzk {
    background: url(https://images.cnblogs.com/cnblogs_com/eisuto/1661036/o_200305041926mouse.png) no-repeat;
    background-size: 20px 20px;
    background-position: 7px 5px;
    color: #000;
    border: 1px solid #ccc;
    width: 100%;
    height: 31px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
    border-radius: 25px;
    text-indent: 25px
}

.btn_my_zzk {
    display: none;
}

#navigator ul {
    padding: 0;
    list-style-type: none;
    flex-direction: column;
    align-items: center;
}

#navigator ul li {
    color: #ddd;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}

#navigator ul li:hover {
    color: #fff;
}

#navigator ul li:hover::before {
    left: 100%;
}

#navigator ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: tomato;
    bottom: 0;
    left: 100%;
    transition: 0.2s 0.1s ease-out;
}

#navigator ul li:hover::after {
    left: 0%;
}


/*评论*/

.catListComment .catListTitle {
    background-color: #f2f4f5;
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.RecentCommentBlock ul {
    padding: 11px;
    background-color: #fd850a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.RecentCommentBlock li a {
    color: rgb(66, 66, 66);
    font-weight: bold;
}

.sidebar_recentcomments {
    padding: 15px;
    ;
    background-color: #f2f4f5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#sidebar_topviewedposts {
    background-color: #f1f3f4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


/*阅读排行榜*/

.catListView .catListTitle {
    padding: 15px;
    ;
    background-color: #f2f4f5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.catListView {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/*评论排行榜*/

.catListFeedback {
    display: none;
}

#sidebar_topviewedposts ul {
    padding: 15px;
    background-color: #fabc05;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#sidebar_topviewedposts li {
    padding: 3px;
    margin-top: 5px;
}

#sidebar_topviewedposts li a {
    color: #000;
    font-weight: bold;
}


/*推荐排行榜*/

.catListView .catListTitle {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#TopDiggPostsBlock ul {
    padding: 15px;
    background-color: #ea4336;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#TopDiggPostsBlock li a {
    color: #000;
    font-weight: bold;
}

#nav_next_page a {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 3px #3671a5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#nav_next_page a:hover {
    background-color: #4285f4;
    color: #fff;
}

.pager a {
    background: #fff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #4285f4;
    border-bottom: none;
    border: none;
}

.pager a:hover {
    background-color: #4285f4;
    color: #fff;
}

/* .cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
    font-family: "Consolas", "Courier New", Courier, FreeMono, monospace;
}

.cnblogs-post-body code {
    background-color: #F6F8FA !important;
} */