#top_nav,
#banner,
#menu,
#right,
#blog_post_info_block,
#topics .dayTitle,
#comment_form>div:not(#comment_form_container),
#comment_form_container>p:last-of-type,
#commentbox_opt>a,
comment_sort {
    display: none;
}

body {
    position: relative;
}

#wrap {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body>.header {
    height: 480px;
    width: 100%;
    background: rgba(232, 48, 48, 0.8);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.navi {
    position: absolute;
    left: 30px;
    right: 70px;
    top: 30px;
    font-size: 18px;
}

.navi a {
    color: rgba(255, 253, 244, .7);
}

.navi_box_1 {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
}

.menu_icon:hover,
.navi a:hover {
    cursor: pointer;
    color: rgba(255, 253, 244);
}

.navi_box_2 {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 380px;
}

.header .subject {
    color: rgba(255, 253, 244, .9);
    font-size: 28px;
}

#main {
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    bottom: 0px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 30px 30px 20px;
    margin-top: 360px;
}

#left {
    margin: 0;
    padding: 0;
}

.postDesc>a {
    color: rgba(0, 0, 0, .7);
}

.postDesc>a:hover {
    color: rgba(0, 0, 0);
}

.post {
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    line-height: 26px;
}

.highlighter-hljs.hljs {
    padding-top: 50px;
    line-height: 24px;
    white-space: inherit;
}

#cnblogs_post_body>pre {
    position: relative;
    margin: 10px 0px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    word-break: normal;
    overflow: hidden;
}

pre .code_copy_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    fill: #C9C1C1;
}

pre .code_copy_btn:hover {
    fill: #000;
}

pre>.horizontal_sliderBar {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

pre .slider {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
}

/* .cnblogs-markdown pre code, .cnblogs-post-body pre code{white-space: nowrap;} */
.code_titile_bar {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    -webkit-user-select: none;
    user-select: none;
}

.code_titile_bar>.dot {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin: 0 3px;
}

.code_titile_bar>.codeTag {
    font-size: 12px;
    border-radius: 3px;
    background-color: rgb(208, 207, 206);
    color: rgba(255, 255, 255, .8);
    height: 16px;
    line-height: 16px;
    margin-left: 16px;
}

.dot_1 {
    background-color: rgba(255, 85, 81);
}

.dot_2 {
    background-color: rgb(255, 179, 59);
}

.dot_3 {
    background-color: rgb(0, 192, 66);
}

.code_scroll_bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: antiquewhite;
}

.code_scroll_bar>.slider {
    background-color: red;
    position: relative;
}

#wrap>.commentContainer {
    width: 920px;
    padding: 30px 30px 0px 30px;
    box-sizing: border-box;
}

.feedback_area_title,
#commentform_title {
    border-style: none;
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: 400;
    background-image: none;
    padding: 0px;
}

.feedback_area_title:after,
#commentform_title:after {
    content: '';
    display: block;
    border-bottom: 1px dashed #e9e9e9;
}

.feedbackAvatar {
    position: absolute;
    left: 1px;
    text-align: center;
}

.avatarImg {
    height: 42px;
    border-radius: 5px;
    overflow: hidden;
}

.feedbackItem {
    position: relative;
    padding: 15px 0 15px 60px;
    margin: 0;
    font-size: 13px;
}

.feedbackNoItems {
    height: 30px;
}

#commentform_title {
    margin-bottom: 30px;
}

#blog-comments-placeholder>.feedbackItem:nth-child(5) {
    padding-top: 0px;
}

#blog-comments-placeholder>.feedbackItem:nth-last-child(2) {
    padding-bottom: 0px;
}

.feedbackItem:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 90px;
    display: block;
    z-index: 0;
    width: 2px;
    content: "";
    background-color: #e1e4e8;
}

.feedbackListSubtitle {
    background-color: #F15B5B;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0px;
}

.feedbackListSubtitle:before {
    position: absolute;
    top: 11px;
    right: 100%;
    left: -16px;
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    border-width: 8px;
    border-right-color: #F15B5B;
}

.feedbackListSubtitle:after {
    position: absolute;
    top: 11px;
    right: 100%;
    left: -16px;
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    margin-top: 1px;
    margin-left: 2px;
    border-width: 7px;
}

.feedbackCon {
    padding: 10px 20px;
    min-height: 35px;
    line-height: 1.5;
    border: 1px solid #e9e9e9;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    position: relative;
}

.commentbox_main.comment_textarea {
    width: 100%;
}

.commentbox_main.comment_textarea:hover,
.commentbox_main.comment_textarea:focus {
    border-color: #F15B5B;
}

#btn_comment_submit {
    background: #F15B5B;
    color: rgba(254, 244, 255, .8);
    border: none;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
}

#btn_comment_submit:hover {
    cursor: pointer;
    color: rgba(254, 244, 255);
}

.feedbackCon *,
.comment_vote>a {
    color: rgba(0, 0, 0, .5);
}

.feedbackListSubtitle,
.feedbackListSubtitle * {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
}

.feedbackListSubtitle:hover,
.feedbackListSubtitle *:hover {
    color: #fff;
}

#tbCommentBody {
    font-size: 16px;
}

#footer {
    color: rgba(0, 0, 0, .2);
    margin: 30px 0px;
    user-select: none;
}