<link rel="shortcut icon" href="https://files-cdn.cnblogs.com/files/hilad/apple.ico">
@font-face {
  font-family: 'PF';
  font-style: normal;
  font-weight: normal;
  src: url("https://bbs.feng.com/tencentdownload.php?aid=6686135&key=be4c236fe50596f69a9a968476de09ff")  format('truetype')
}
*{
padding:0;
margin:0;
}
a{
    text-decoration: none;
   font-size:16px;
   color:#86868b;
}
li{
list-style:none;
}
body {
 background: #f6f6f6;
     color:#fff;
 font-family: 'PF';
font-size:16px;
}

  /* 滚动条样式 */
 body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    scrollbar-arrow-color: red;

  }

  body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

background: linear-gradient(#444, #000);
    scrollbar-arrow-color: red;
  }

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #444;
  }
#home{
 width:100%;
}
#header{
    position: fixed;
    top: 0;
    left:0;
    right:0;
}

#navList:before {
    content: url(https://files-cdn.cnblogs.com/files/hilad/highlight.ico);
}
#blogTitle{
    background: #444;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    padding:0 10%;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
              color: #1a1a1a;
    font-weight: 600;
}
.postTitle {
    font-size: 15px;
    margin-top: 5px;
}
.postTitle:before{
  content:url(https://files-cdn.cnblogs.com/files/hilad/bitbug_favic.ico);
    vertical-align: middle;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #6bf;
}
#blogTitle h1 a, #blogTitle h2 {
    font-family: 'PF';
font-size:17px;
    color: #a8a8aa;
font-weight:400;
}
#blogTitle h1{
    display: flex;
    align-items: center;
}
#blogTitle h2 {
    margin-top: 0;
    margin-left: 30px;
}

#navigator {
    z-index: 9999;
    margin: 0 auto;
    min-width: 1024px;
    background: rgba(45,45,45,0.98);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-around;
height:50px;
    padding: 0 10%;
    background: #000;
}
#navigator .blogStats{
font-size:13px;
}
#navList{
     display: flex;
    align-items: center;
    flex-direction: row;
    width: 50%;
    justify-content: space-between;
}
#navList a:link, #navList a:visited, #navList a:active {
    font-size: 16px;
    font-family: "PF";
   color:#fff;
}
a:link {
    color: #333;
}
#main {
    min-width: 1000px;
    margin: 0 auto;
    padding:  20px;
   padding-bottom:50px;
    margin-top: 100px;
    max-width: 1200px;
    width: 80%;
    display: flex;
background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
}


}
#mainContent .forFlow {
   
}
.day{

}
.day a{
color:#888;
font-size:16px;
}
.postCon {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
        color: #6bf;
}
.postCon .c_b_p_desc{
    color: #493e3e;
    font-size: 15px;
}
.postDesc{
      color: #86868b;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #888;
    padding-bottom: 15px;
}
#mainContent {
    width:100%;
max-width:980px;
margin:0 auto;
flex:8;
}
#sideBar{
    flex: 2;
    margin-left: 50px;
}
#sideBar .catListLink a {
  font-size:16px;
}
#sideBar  .catListTag li ,#sideBar  .catListTag li  a{
  font-size:16px;
}
#cnblogs_post_body p {
    font-size: 14px;
}
div.commentform textarea {
    width: 850px;
    height: 100px;
    border-radius: 5px;
}
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
#blogTitle h1 a, #blogTitle h2 {
    font-family: "PF";
}
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    background: #313131;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsItem .catListTitle {
    background: #313131;
    color: #fff;
    font-family: "å¾®è½¯é›…é»‘";
    display: none;
}
#profile_block {
    font-size: 16px;
    color: #86868b;
}
#profile_block a {
    color:#86868b;
}
input.btn_my_zzk {
    background: #313131;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 3px;
}
#blog-calendar {
      color: #86868b;
}
#blog-calendar tr a {
      color: #FFF;
    text-decoration: none;
    border: 1px solid #86868b;
    border-radius: 5px;
}
#blog-calendar .CalTitle a{
   border:none;
}
#footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    font-family: 'PF';
    border-top: 1px solid #282828;
    padding: 10px;
}