* {
  padding: 0;
  margin: 0;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:link {
  color: #85e0d8;
}
a:hover {
  color: #eb4f1f;
}
a:visited {
  color: #eb8c1f;
}
a:active {
  color: #4adee9;
}
button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hirgino Sans GB', \\5B8B\4F53, sans-serif;
  /* 取消轮廓线 */
  outline: none;
}
.hide,
.none {
  display: none;
}
/* 清除浮动 */
.clearfix::after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
.clearfix {
  *zoom: 1;
}
#lnkBlogLogo {
  display: none;
}
.clear {
  display: none;
}
#home {
  width: 100%;
  height: 100vh;
  background-color: #4e9192;
  display: grid;
  grid-template-areas: "left main main right" "left main main right" "left main main right";
  grid-template-columns: 14% 1fr 1fr 17.3%;
  grid-template-rows: 1fr 1fr 1fr;
  background: url("https://images.cnblogs.com/cnblogs_com/fzwboke/2028900/o_2109100733573.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#left {
  color: #fff;
  font-weight: bold;
  background-color: #151728;
  grid-area: left;
}
#left .cnblog_logo {
  height: 70px;
  line-height: 70px;
  letter-spacing: 2px;
  text-align: center;
}
#left .cnblog_logo a:link {
  color: #FFF;
}
#left .cnblog_nav {
  padding: 30px;
}
#left .cnblog_nav h3 {
  margin-bottom: 20px;
}
#left .cnblog_nav a {
  margin-bottom: 20px;
}
#left .cnblog_nav ul {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  white-space: nowrap;
}
#left .cnblog_nav ul li {
  color: #777;
  display: flex;
  align-items: center;
}
#left .cnblog_nav .iconfont {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
}
#main {
  height: 100%;
  grid-area: main;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 1fr 30px;
  grid-template-areas: "top" "middle" "foot";
}
#main .searchbar {
  grid-area: top;
  background-color: #151728;
}
#main .searchbar svg {
  width: 20px;
  height: 100%;
  margin: 0 15px;
  vertical-align: middle;
  line-height: 100%;
}
#main .searchbar input {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  color: #FFF;
  height: 100%;
  line-height: 100%;
  border: none;
}
#main #mainContent {
  overflow: auto;
  height: 100%;
  grid-area: middle;
  padding: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 38% 1fr;
  grid-template-areas: "top" "foot";
  color: #fff;
}
#main #mainContent .forFlow {
  margin-top: 20px;
  grid-area: foot;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(53, 41, 41, 0.5);
}
/* #main #mainContent .forFlow .day {
  padding: 10px 0;
  border-bottom: #aaaaaa 1px solid;
} */
#main #mainContent .forFlow .day div {
  margin-bottom: 10px;
}
#main #mainContent .forFlow .day div a {
  color: #fff;
}
#main #mainContent .forFlow .day .postTitle {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: #aaaaaa 1px solid;
}
#main #mainContent .forFlow #post_detail .postTitle a span{
  color: #4adee9;
}
#main #mainContent .forFlow .day .postDesc {
  font-size: 10px;
}
#main #mainContent .forFlow .topicListFooter {
  position: fixed;
  height: 50px;
  bottom: 10px;
  right: 300px;
}
#main #mainContent .forFlow #nav_next_page {
  font-weight: bold;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: -10px;
  text-align: center;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  background-color: #53b4f5;
}
#main #mainContent .forFlow #nav_next_page a {
  color: #ffffff;
}
#main #mainContent .forFlow .page a {
  background-color: #3ebdda;
  color: #fff;
  font-weight: bold;
}
#main #mainContent .header {
  position: relative;
  grid-area: top;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: url("https://images.cnblogs.com/cnblogs_com/fzwboke/2028900/o_21091706443621.jpg") no-repeat;
  background-size: cover;
  background-position: 0 20%;
  border-radius: 5px;
  background-color: rgba(53, 41, 41, 0.5);
}
#main #mainContent .header #ff_title {
  position: relative;
  top: 20%;
  left: 70%;
  width: 30%;
  height: 80%;
  font-size: 15px;
  font-weight: 900;
  z-index: 1;
}
#main #mainContent .header .profile-menu {
  position: relative;
  width: 100%;
  padding-left: 25%;
  box-sizing: border-box;
  height: 20%;
  background-color: rgba(27, 23, 23, 0.8);
  display: flex;
  flex-direction: row;
  justify-items: self-start;
  align-items: center;
  border-radius: 0 0 5px 5px;
  z-index: 33;
}
#main #mainContent .header .profile-menu a {
  padding: 0 10px;
}
#main #mainContent .header .profile-menu a:hover {
  color: #FFF;
}
#main #mainContent .header #icon {
  position: absolute;
  overflow: hidden;
  left: 7%;
  bottom: 15%;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  border: 3px solid rgba(255, 255, 255, 0.411);
  box-sizing: border-box;
}
#main #mainContent .header #icon img {
  width: 100%;
  height: 100%;
}
#main #mainContent .header #profile_block {
  position: absolute;
  left: 27%;
  bottom: 45%;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 15px;
  z-index: 33;
}
#main #mainContent .header #profile_block a:first-of-type {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#main #mainContent .header #profile_block a {
  padding-right: 10px;
  color: #fff;
}
#main #mainContent .header #p_b_follow {
  position: absolute;
  left: 45%;
  bottom: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  border-radius: 5px;
  background-color: #ecd735;
}
#main #mainContent .header #p_b_follow a {
  padding: 0;
  color: #FFF;
  font-size: 10px;
}
#main #footer {
  grid-area: foot;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #777;
}
#sideBar {
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
  color: #fff;
  background-color: #151728;
  grid-area: right;
  padding: 20px;
}
#sideBar div {
  margin-top: 10px;
}
#sideBar .catListTitle {
  color: #777;
}
#sideBar ul li {
  margin-top: 5px;
}
#sideBar ul li a {
  font-size: 10px;
  color: #FFF;
}
#sideBar tr {
  margin: 10px 0;
}
#sideBar tr td {
  padding: 0 3px;
}
.dayTitle {
  display: none;
}
#sidebar_search {
  display: none;
}

.day {
  width: 90%;
  padding-left: 5%;
}
.CalTodayDay {
  background-color: #5d8fb1;
}
.CalOtherMonthDay {
  visibility: hidden;
}
*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
*::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#sidebar_news {
  display: none;
}

/* 档案 */
.entrylistTitle {
  text-align: center;
}
.entrylistItem{
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #b4b4b4;
}
.entrylistItem div {
  margin-top: 5px;
}
.pager{
  border-radius: 2px;
  background-color: rgba(40, 46, 46, 0.6);
  padding: 10px 10px;
  color: #66d8f5;
}
.pager a {
  border: 0px;
  font-weight: bold;
  font-size: 10px;
}
