
*,.Cal {
    padding: 0
}

::-moz-selection {
    color: #FFF;
    background: #807dd4
}

::selection {
    background: #807dd4;
    color: #FFF
}

::-webkit-selection {
    background: #807dd4;
    color: #FFF
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    width: 6px;
    background-color: #f9f9f9
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    background-clip: padding-box;
    min-height: 100px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

* {
    margin: 0
}

html {
    font-size: 62.5%
}

body {
    background-color: #fff;
    font-size: 12px;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #3A4145;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

li {
    list-style: none
}

img {
    max-width: none
}

a {
    outline: 0
}

a:hover {
    color: #f60
}

.clear {
    clear: both
}

button {
    width: auto;
    display: inline-block;
    padding: .1rem 1.5rem;
    cursor: pointer;
    outline: 0;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: none;
    border-radius: .3rem;
    border: .1em solid rgba(0,0,0,.05);
    background: #5ba4e5
}
b {
    font-weight: 400
}

.postBody {
    color: #23263b;
}



#comment_nav, #header, #leftcontentcontainer, #profile_block, #top_nav, .catListTitle {
    display: none!important;
}
#ad_c1, #ad_c2, #ad_t1, #ad_t2, #cnblogs_c1, #cnblogs_c2, #commentform_title a, #under_post_kb, #under_post_news {
    display: none;
}
.hidden, .m-list-title, .artical-page .postTitle2  {
    display: none;
}
#main{
    margin-top: 0px;
}
#home{
    padding-top: 0px;
}
.postBody blockquote{
    background: none;
}
#cnblogs_post_body>p {
    margin: 13px auto;
    padding: 0;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 16px;
    letter-spacing: .015em;
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
    font-weight: 400;
    line-height: 1.8;
    word-break: break-word;
}
.postTitle a:hover{
    margin-left: 0px;
}

.c_b_p_desc_readmore {
    display: block;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #666;
    font-size: 16px;
    padding: 0;
    transition-property: border;
    font-weight: 600;
    width: 85px;
    text-align: center;
    color: #555!important;
    margin-top: 20px;
}

.postDesc{
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
    position: relative;
}

.postDesc:after{
    position: absolute;
    margin-left: -5px;
    border-radius: 100%;
    border: 1px solid #555;
    background: #333;
    box-shadow: 0 0 0 5px rgb(51 51 51 / 70%);
    content: "";
    width: 7px;
    height: 7px;
    bottom: -5px;
    left: 50%;
}

#mainContent, #mainContent .forFlow{
    margin-left: 0px;
}
.day .postTitle a{
    padding-left: 0px;
    font-weight: bold;
}

#xfl-home{
    position: absolute;
    left: 5px;
    top: 5px;
}

#xfl-title{
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

code {
    padding: 2px 4px;
    border-radius: 3px;
    color: #d83931;
    font-family: "Source Code Pro",Menlo,Monaco,Consolas,"Liberation Mono","Courier New","Microsoft Yahei";
    background-color: #f5f6f7;
}







