/* 仿apple官网风格 */
body{
        line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #333;
    font-style: normal;
}

.postBody h1,h2,h3,h4{
    padding: 1.3em 0;
    margin-bottom: 1.3em;
    border-top: 1px solid #ccc;
}
h1{
    font-size: 40px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: .008em;
}

h2{
    line-height: 1.25;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .011em;
}
h3{
    line-height: 1.25
}
h4{
    line-height: 1.25
}
h5{
    line-height: 1.25
}
.link-instanted{
    animation:none;
}
#main a{
    color:#0070c9 ;
    border-bottom: 1px dotted #0070c9;
}
#main a:hover{
    color:#0070c9 ;
    border-bottom: 1px dotted #0070c9;
}
p{
    
    margin-top: .75em
    letter-spacing: 0;
    font-size: 17px;
    line-height: 2em;
    font-weight: 400;
    margin: 1em 0 0;
    word-wrap: break-word;
}
#cnblogs_post_body img{
    /* border:1px dashed #ccc; */
    height: 391px;
    aspect-ratio: auto 466 / 391;
    width: 466px;
}

#cb_post_title_url{
    font-size: 40px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .008em;
}
.postTitle, .entrylistPosttitle, .feedback_area_title{
    border-bottom: none;
}
.postTitle a{
    border-bottom: none;
}
#header{
    display: none;
}
#BackupHeader{
    height: 44px;
      background-color: #333;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
    z-index: 2;
}
#BackupHeader ul{
    height: 100%;
    list-style: none;
}
#BackupHeader li{
    display: inline-block;
    padding:0 10px;
    width: auto;
    list-style: none;
    line-height: 3.14286;
    font-weight: 400;
    
}
#BackupHeader li a{
    color: #fff;
}
.catListTitle{
    border-top: none;
    border-bottom: 1px solid #b5b9b9;
}
div.forFlow,#sideBar{
    border: none;
}
#comment_form,#green_channel,#div_digg,#page_end_html{
    display: none;
}
.hljs-string,.hljs-built_in{
    font-size: 16px;
}
code>span{
    line-height: 50px!important;

}