body {
    background-color: #fff;
    font-size: 12px;
    font-family: "Merriweather","Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    color: #3a4145;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
}
#home{
width:85%;
}
.day {
    min-height: 10px;
    _height: 10px;
    position: relative;
    max-width: 830px;
    margin: 3.5rem auto;
    padding-bottom: 3.5rem;
    border-bottom: #ebf2f6 1px solid;
    word-wrap: break-word
}

.day:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #e7eef2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: rgba(255,255,255,0.7) 0 0 0 5px
}

.dayTitle {
    display: none;
    border: 1px solid #21759b;
    background: azure;
    border-radius: 50%;
    font-size: 12px;
    height: 65px;
    line-height: 1.5;
    margin: 15px -100px 15px 15px;
    text-align: center;
    width: 63px;
    clear: both;
    position: absolute;
    top: -15px
}

.dayTitle a {
    display: inline-block;
    color: #21759b;
    margin-top: 15px;
    width: 60px
}

.postTitle {
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both
}

.postTitle a:visited,.postTitle a:active {
    color: #4a4a4a;
    transition: color .3s ease
}

.postTitle a:link {
    background-color: rgba(0,0,0,0);
    color: #4a4a4a;
    font-family: "Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: -1px;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: ease;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

#topics .postTitle a:link {
    text-shadow: 0 3px 6px rgba(0,0,0,0.3)
}

.postTitle a:hover {
    color: #000
}

.postCon {
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #3a4145;
    font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    font-feature-settings: 'liga' 1,'onum' 1,'kern' 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.7em;
    word-wrap: break-word;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.postDesc {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-right: 5px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #9eabb3
}

.postDesc a:link,.postDesc a:visited,.postDesc a:active {
    color: #666
}

.postDesc a:hover {
    color: #21759b;
    text-decoration: none
}

.postSeparator {
    clear: both;
    height: 1px;
    width: 100%;
    float: right;
    margin: 0 auto 15px auto
}
.newsItem {
    position: absolute;
    right: 80px;
    top: 50px;
    width: 120px;
}
#blog-calendar,#sidebar_search {
display:none!important;
}

#topics {
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    margin-top: 15px
}

#cnblogs_post_body h6,blockquote {
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 1.3em;
    color: #313131;
    background-color: #f7f7f7;
    font-size: 13px;
    border-left: 4px solid #ddd;
    font-weight: 400;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    min-height: 0
}

blockquote p {
    margin: 0!important;
    padding: 0;
    text-indent: 0!important
}

#cnblogs_post_body h2 {
    font-size: 1.8rem;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 30px;
    color: #333
}

#cnblogs_post_body h3 {
    margin: 0 1em!important
}

#cnblogs_post_body h3:before {
    content: '# ';
    font-weight: lighter;
    color: #aaa;
    transition: all .3s
}

#cnblogs_post_body ul {
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 0
}

#cnblogs_post_body ul li {
    margin-left: 1em
}

.postBody li,.postCon li {
    margin-bottom: .5em
}

.feedback_area_title,#commentform_title,.entrylistTitle {
    border-bottom: 0
}

.feedback_area_title:after,#commentform_title:after,.entrylistTitle:after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 16px;
    left: 110px;
    border-bottom: 1px dashed #e9e9e9
}

#tbCommentBody {
    width: 100%!important
}

.commentbox_title_right {
    float: right
}

span.cnblogs_code {
    border: 0;
    padding: 2px 4px;
    color: #d83b64;
    background-color: #f9f2f4;
    border-radius: 3px;
    position: relative;
    bottom: 1px
}

.cnblogs_code {
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px!important;
    padding: 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border: 0;
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace!important;
    font-weight: 400;
    z-index: 10
}

.cnblogs_code pre {
    font-size: 14px!important;
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace!important;
    font-weight: 400;
    padding: 10px!important;
    white-space: pre;
    word-wrap: normal
}

.postBody pre {
    max-height: 70vh
}

.cnblogs_code span {
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace!important;
    font-size: 14px!important;
    font-weight: 400
}

.cnblogs_code div {
    background-color: transparent
}

.cnblogs_code_collapse {
    border: 0;
    background-color: #f9f9f9;
    cursor: pointer;
    color: #555;
    top: 1px;
    font-weight: bold;
    position: relative;
    font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif!important;
    display: inline
}

.cnblogs_code_toolbar {
    height: 0
}

.cnblogs_code_copy img {
    display: none
}

.cnblogs_code_copy a {
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 19px;
    top: 19px
}

.code_img_closed,.code_img_opened {
    cursor: pointer
}

.cnblogs_code_toolbar a:hover,.cnblogs_code_toolbar a:link,.cnblogs_code_toolbar a:visited,.cnblogs_code_toolbar a:active,.cnblogs_code_toolbar a:link img,.cnblogs_code_toolbar a:visited img {
    background-color: transparent!important;
    border: none!important
}

.cnblogs-markdown code,.cnblogs-post-body code {
    padding: 2px 4px!important;
    color: #d83b64;
    background-color: #f9f2f4!important;
    border-radius: 3px!important;
    border: 0!important;
    text-indent: 0!important;
    position: relative;
    bottom: 1px
}

.aplayer-icon-lrc {
    display: none!important
}

#aplayer {
    -webkit-transform: translateZ(0)
}

#tbCommentBody {
    width: 100%;
    border-radius: 10px;
    outline: 0;
    padding: 10px;
    height: 200px;
    position: relative;
    background: #fff url(https://raw.githubusercontent.com/BNDong/Cnblogs-Theme-SimpleMemory/master/img/comment_bg.jpg) right -65px;
    background-size: 250px;
    background-repeat: no-repeat
}

.commentbox_title {
    width: 100%
}

#tbCommentAuthor {
    border: 0;
    background-color: #fff
}

.comment-avatar {
    width: 48px;
    height: 48px;
    border: 1px solid #dcd6b3;
    padding: 3px;
    border-radius: 50%;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.comment-avatar:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.blog_comment_body {
    display: inline-block;
    width: 70%;
    margin-left: 15px;
    vertical-align: initial!important;
    font-family: Lato,Helvetica,Arial,sans-serif
}

.tbCommentBody_bg {
    background: url('https://files.cnblogs.com/files/bndong/commentHintBg.gif') center center no-repeat
}

.commentbox_main {
    padding-right: 30px
}

.conmts p {
    margin: 0
}

.commentlist .alt a.layer {
    color: #eee;
    font-size: 55px;
    position: absolute;
    right: 30px;
    top: 30px;
    background-image: none;
    font-style: italic;
    font-weight: initial
}