@import url("https://cdn.cnblogs.com/font-awesome@4.7.0/css/font-awesome.min.css");
#top_nav {
    display: none;
}
#header {
    display: none;
}
#header_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1a1918b9;
    width: 100%;
    z-index: 100;
    transition: 1s ease-in-out;
}
#header_title {
    width: 70%;
    height: 60px;
    margin: 0 auto;
}
#header_menu {
    float: right;
}
.author_avatar {
    margin-right: 13px;
    height: 36px;
    margin-top: 12px;
    border-radius: 50%;
    padding: 0;
}
a {
    text-decoration: none;
}
#blog_name a {
    font-size: 20px;
    color: #eeeeee;
    line-height: 60px;
}
#header_menu a {
    font-size: 16px;
    color: #eeeeee;
    line-height: 60px;
    margin-left: 15px;
    cursor: pointer;
}

#bg_img {
    background-image: url("https://images.cnblogs.com/cnblogs_com/arturia-py/1928902/o_2102080358056.png");
    background-size: cover;
    width: 100%;
    height: 65vh;
    margin: 0 auto;
    border-bottom: 3px solid #f8f8f8;
}
#img_title {
    color: #1a1918b9;
    float: right;
    margin-right: 23vw;
    margin-top: 30vh;
}
#jp_name {
    font-size: 30px;
}
#en_name {
    font-size: 23px;
}
#firstname {
    margin-right: 30px;
}


body {
    background-color: #ffffff;
    padding-bottom: 1px;
    font-family: Lato,PingFang SC,Microsoft YaHei,sans-serif;
    font-size: 15px;
    color: #595857;
}
a:hover {
    color: #999;
    text-decoration: none;
}

#home {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 10px;
}
#main {
    margin-top: 0px;
}
#cnblogs_post_body p {
    margin: 13px auto;
}
#blog_post_info {
    display: none;
}
#ad_t2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#under_post_kb {
    display: none;
}
#under_post_news {
    display: none;
}

#mainContent {
    margin-left: 0;
}
#mainContent .forFlow {
    margin-left: 0;
}
#comment_form_container .comment_textarea {
    width: 100%;
    border: 2px solid #ddd;
}
#comment_form_container .comment_textarea:hover {
    border-color: #595857;
}
.commentbox_tab:hover, .commentbox_tab.active {
    border-bottom: 2px solid #595857;
    color: #595857;
}

#sideBar {
    border-left: 2px dashed #2d2c2b;
    padding-left: 10px;
    display: none;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #595857;
    font-size: 30px;
}
.postTitle a: hover {
    text-decoration: none;
}
#topics .postTitle {
    padding-left: 0;
}
#comment_nav a {
    color: #666;
}
.comment_btn {
    background: #595857;
    width: auto;
    height: auto;
    font-weight: bold;
}
#commentform_title {
    color: #595857;
    font-weight: bold;
}
#commentbox_opt a {
    color: #595857;
    font-weight: bold;
}
#commentbox_opt a: hover {
    color: #999;
}
#comment_form_container p {
    color: #595857;
    font-weight: bold;
    margin-bottom: 10px;
}
.postBody {
    color: #595857;
    font-size: 15px;
}
#EntryTag {
    color: #595857;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}
#EntryTag a {
    background-color: #f8f8f8;
    border-radius: 6px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 20%);
}
#EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
    color: #595857;
}
#EntryTag a:hover {
    background-color: #595857;
    color: #f8f8f8;
}


#toolbar {
    position: fixed;
    bottom: 15px;
    right: 40px;
    width: 45px;
    height: 45px;
    z-index: 1001;
}
#toolbar #bar {
    position: relative;
    width: inherit;
    height: inherit;
    cursor: pointer;
    border-radius: 50%;
    background-color: #595857;
    z-index: 100;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    margin: auto;
    transition: all .3s ease;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 20%);
}
#toolbar #up, #toolbar #thumb_up, #toolbar #contents{
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    right: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 20%);
    color: #595857;
    background-color: #f8f8f8;
    transition: all .3s ease;
    opacity: 0;
    z-index: 0;
}
#toolbar #up:hover, #toolbar #thumb_up:hover, #toolbar #contents:hover {
    color: #f8f8f8;
    background-color: #595857;
}
.contents-list {
    box-shadow: -2px 0 3px rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff90;
    overflow-y: auto;
    user-select: none;
    padding: 100px 0;
    width: 252px;
    transform: translate3d(252px,0,0);
    z-index: 99;
}
.active {
    transform: translateZ(0);
}
.noactive {
    transform: translate3d(252px,0,0);
}
.active, .noactive {
    transition-duration: 378ms;
}
.contents-list ul {
    padding: 0 15px;
    overflow-y: auto;
}
.contents-list ul li {
    padding: 5px 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.contents-list li a:link, .contents-list li a:visited, .contents-list li a:active {
    color: #595857;
    font-weight: bold;
    font-size: 16px;
}
.contents-list li ul li a:link, .contents-list li ul li a:visited, .contents-list li ul li a:active {
    font-weight: normal;
}
.contents-list li a:hover {
    color: #999;
}

.commentbox_title_left {
    font-weight: bold;
}
#comment_nav {
    display: none;
}
#topics .postDesc {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    border-top: 2px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
    color: #595857;
}
#topics .postDesc a:hover {
    color: #999;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #595857;
}

#footer {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #ccc;
    font-size: 13px;
    color: #595857;
    font-weight: bold;
}

::-webkit-scrollbar {
      width: 6px;
      height: 3px;
    }
 
/* 滚动条有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
    background-color: #ffffff90;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color:#595857;
}

/* 滚动条滑块hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
::-webkit-scrollbar-corner {
    display: block;    /* 修复交汇时出现的白块 */
}


.login_tips {
    color: #595857;
    font-size: 14px;
    padding-left: 0px;
    background-image: none;
}
.login_tips a:link, .login_tips a:visited, .login_tips a:active {
    color: #595857;
    text-decoration: none;
}
.login_tips a:hover {
    color: #999;
}

#cnblogs_post_body h2 {
    font-size: 28px;
}
#cnblogs_post_body h4 {
    font-size: 21px;
    color: #595857;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
    color: #595857;
}
.postBody a:hover {
    color: #999;
}
a {
    transition: all .4s ease;;
}
.toc {
    font-weight: bold;
}
td .author_avatar {
    margin: auto;
    border-radius: unset;
}


.day {
    color: #595857;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.day .postTitle a {
    padding-left: 0;
}
.day a:hover {
    color: #999;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    color: #595857;
    display: table;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 15px;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #595857;
}
.postCon a:hover {
    color: #999;
}
.postTitle {
    font-weight: bold;
    margin-bottom: 0;
}
.postDesc {
    color: #595857;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    background: none;
    padding-left: 0;
    margin-top: 0;
}
.c_b_p_desc {
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.postCon a:after {
    font-family: FontAwesome;
    content: '\f101';
    margin-left: 3px;
}
.postCon a:after {
    font-family: FontAwesome;
    content: '\f101';
}
.post-view-count:before {
    font-family: FontAwesome;
    content: '\f06e';
}
.post-comment-count:before {
    font-family: FontAwesome;
    content: "\f27a";
}
.post-digg-count:before {
    font-family: FontAwesome;
    content: "\f004";
}
.post-view-count:before, .post-comment-count:before, .post-digg-count:before {
    margin-right: 4px;
}
#post_next_prev {
    font-size: 15px;
    font-weight: bold;
    color: #595857;
}
#post_next_prev a.p_n_p_prefix:hover {
    text-decoration: none;
}

.under-post-card {
    display: none;
}
#cnblogs_post_body ul li {
    list-style-type: disc;
    margin-bottom: 1px;
    margin-top: 1px;
}
.postBody blockquote {
    color: #595857;
    background: #f8f8f8;
    border-left: 5px solid #595857;
    border-radius: 5px;
}
#topics .postBody h1 code, #topics .postBody h2 code, #topics .postBody h3 code, #topics .postBody h4 code, #topics .postBody h5 code, #topics .postBody h6 code, #topics .postBody li>code, #topics .postBody p>code, #topics .postBody table code {
    line-height: 1.2;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important;
    vertical-align: middle;
    margin: 0 3px;
    background-color: #f1f1f1!important;
    font-size: 14px!important;
    padding: .2em .3em!important;
    border-radius: 3px!important;
    border: none!important;
}
.cnblogs-markdown .hljs, .cnblogs-markdown .hljsln {
    display: block;
    overflow-x: auto;
    padding: 1.2em 2em 1.2em 2em!important;
    background: #2b2b2b!important;
    border: 1px solid #2c2a2a!important;
    color: #bababa;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important;
    font-size: 16px!important;
}
.hljs-built_in, .hljs-keyword, .hljs-name, .hljs-selector-tag, .hljs-tag {
    color: #7171bf;
}
.hljs-built_in, .hljs-class .hljs-title {
    color: #e6c07b;
}
.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
    color: #61aeee;
}
.hljs-comment, .hljs-quote {
    color: #5c6370;
    font-style: italic;
}
.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
    color: #d19a66;
}
.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string {
    color: #98c379;
}
.ln-bg {
    z-index: 1;
    top: 0;
    height: 100%;
    background: #333;
    border-radius: 4px 0 0 4px;
}
.ln-num:before {
    color: #777;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    content: attr(data-num);
}

#topics {
    margin-bottom: 30px;
}
.feedback_area_title {
    font-size: 21px;
    font-family: Lato,PingFang SC,Microsoft YaHei,sans-serif;
    color: #595857;
}
.feedbackListSubtitle {
    clear: both;
    color: #595857;
    padding: 8px 5px;
    font-size: 15px;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: #595857;
    font-weight: normal;
}
.feedbackListSubtitle a:hover {
    color: #999;
    text-decoration: none;
}
.blog_comment_body {
    width: auto;
    border-radius: 25px;
    padding: 12px;
    background-color: #f8f8f8;
    min-height: 19px;
}
blockquote {
    background: #ffffff;
    border: 2px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.feedbackItem .feedbackCon {
    margin-bottom: 10px;
    padding: 10px 0;
}
.feedbackItem .feedbackCon .comment_vote {
    margin-top: 12px;
    padding-right: 0px;
}
.comment_vote a{
    color: #595857;
}
.comment_vote a: hover {
    color: #999;
    text-decoration: none;
}

.comment_btn: hover {
    background: #999;
}