*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  color: #333;
}
li,ol{
  list-style: none;
}
/* 全站导航 */
#top_nav{
  display: none;
}
/* 头部 */
#header{
  background-color: #333;
  text-align: center;
  padding: 180px 0;
  padding-top: 500px;
  padding-bottom: 100px;
  background: url(https://img2020.cnblogs.com/blog/1383776/202108/1383776-20210822112425405-573674684.png) no-repeat;
  background-color: #000;
  background-size:cover;
  background-position: center;
}
#blogTitle{
width: 90%;
max-width: 1200px;
margin: 0 auto;
/* position: absolute; */
top: 10%;
 
text-align: left;
}

/* 大标题 */
#header h1{
font-size: 80px;
margin: 30px 0;
}
/* 大标题颜色 */
#header h1 a{
  color: white;
}
/* 个人签名 */
#header h2{
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
/* logo，当头像用 */
#lnkBlogLogo{
  width: 180px;
  height: 180px;
  background: white;
  /* background: url(https://img2020.cnblogs.com/blog/1410620/202108/1410620-20210822001128923-514082476.jpg); */
  background-position: top left;
  background-size: 150% auto;
  display:none;
  border-radius: 200px;
}
/* 主导航 */
#navList{
display: flex;
width: 30%;
justify-content: space-between;

}
/* 导航栏 */
#navigator{
  position: absolute;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fefff5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 90%;
}
#navList a{
  color: #ad90b7;
}
/* 内容 */
#main{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#footer{
  text-align: center;
  padding: 20px 0;
  background: #333;
  color: #eee;
  font-size: 12px;
}
.entrylistTitle {
  padding-top: 20px;
}
/* 文章 */
#mainContent .day{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
/* 分类文章 */
#mainContent .entrylistItem{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
/* 文章标题 */
.postTitle, entrylistPosttitle{
  font-size: 22px;
}
#topics .postTitle{
  color: #ad90b7;
  border-bottom: 1px solid #ad90b7;
  padding: 30px 0;
  margin-bottom: 50px;
}
.postTitle::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(https://img2020.cnblogs.com/blog/1410620/202108/1410620-20210822001947938-531287386.png);
  background-size: 100% 100%;
}
.entrylistPosttitle::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(https://img2020.cnblogs.com/blog/1410620/202108/1410620-20210822001947938-531287386.png);
  background-size: 100% 100%;
}
/* 文章内容 */
.postCon{
  margin:15px 0;
  color: #888;
  font-size: 14px;
  background: #f5f5f5;
  padding: 10px;
}
.entrylistPostSummary{
  margin:15px 0;
  color: #888;
  font-size: 14px;
  background: #f5f5f5;
  padding: 10px;
}
/* 上面日期 */
.dayTitle{
  display: none;
}
/* 下面时间 */
.postDesc{
  text-align: right;
  color: #333;
  font-size: 12px;
}
.entrylistItemPostDesc{
  text-align: right;
  color: #333;
  font-size: 12px;
}
/* 选项 */
.postDesc span{
  margin: 0 10px;
}
.entrylistItemPostDesc span{
  margin: 0 10px;
}
/* 阅读全文 */
.c_b_p_desc_readmore{
  color: cornflowerblue;

}
/* 时间栏编辑 */
.postDesc,.entrylistItemPostDesc a{
  color: cornflowerblue;
}
#sideBar{
  display: none;
}
#nav_next_page{
  padding-bottom: 20px;
  font-size: 30px;
}
#nav_next_page a{
  color: cornflowerblue;
}
#homepage_top_pager{
  display: none;
}
/* 广告 */
#ad_t2,#cnblogs_c1,#under_post_card1,#under_post_card2{
  display: none;
}
@media screen and (max-width:750px){
  #navigator{
    flex-wrap: wrap;
    bottom: 10px;
  }
  #navList{
    width: 100%;
  }
  .postTitle{
    font-size: 16px;
  }
  .postDesc{
    white-space: nowrap;
    font-size: 10px;
  }
  .postDesc span{
    margin: 0;
  }
  #header h1{
    font-size: 40px;
    /* margin: 10px 0; */
    text-align: center;
  }
  #header h2{
    font-size: 16px;
    text-align: center;

  }
  #navList{
    justify-content: center;

  }
  #navList li{
    padding: 0 10px;
  }
  #navigator{
    display: block;
    text-align: center;
  }
}