body{
    background: none;
    cursor: pointer
}

a:hover{
   text-decoration: none
}

/*header部分*/
#header{
    background: #5adf96 linear-gradient(-90deg,#00b791 0,#5adf96 100%)!important
}
#blogTitle{
    background: none;
    height: 220px;
}
#blogTitle h1{
    text-align: left;
    left: 6px;
    top:35px;
}
#blogTitle h1 #Header1_HeaderTitle{
   margin-left: 30px;
   top: 42px
}
#blogTitle h2{
    top:  -16px;
    left: 38px
}
#navigator{
    background: #615c6745;
    border: none !important;
}
#navList a:hover{
    background-color: #fff0;
    color: #cdea2b;
}

/*右侧边栏标题背景色*/
.catListTitle {
    background: #5adf96 linear-gradient(-90deg,#00b791 0,#5adf96 100%)!important;
    border: none !important;
}
/*公告添加老婆图片*/
#profile_block{
  /* background-image: url('https://images.cnblogs.com/cnblogs_com/yangchin9/1990670/t_2106220730492037661.jpg'); */
  /* background-image: url('https://images.cnblogs.com/cnblogs_com/yangchin9/1990670/o_240515075926_hy.png'); */
  background-image: url('https://images.cnblogs.com/cnblogs_com/yangchin9/2481733/o_251114061648_jay1.jpg');
  background-size: 100% auto;
  color: #eaeaea;
	font-weight: 600;
}
#profile_block a{
  color: #fff;
  text-shadow: 0px 0px 6px #159AFF;
}
#profile_block a:hover{
  color: #fff;
  text-shadow: 0px 0px 10px #007ddb;
	font-weight: 600;
}

/*文章列表容器*/
.day, .day:hover{
  border: none
}
.postSeparator{
  display: none
}

/*文章列表*/
.dayTitle{
  display: none;
}
.forFlow .day {
padding: 0;
}
.day .postTitle{
 margin:  20px 20px 0;
}
.day .postTitle2{
  color: #333;
}
.day .postDesc{
 margin: 0 20px 15px;
}
.postTitle a:link {
  color: #333;
}
.postTitle a:hover{
  color:  #ff5e52;
}
.postCon{
  display: none;
}

/*分页*/
#homepage_top_pager{
  display: none
}
.pager{
  font-size: 13px;
  color: #00b791;
}
.topicListFooter .pager a{
  font-size: 12px;
  color: #6f6f6f;
}
.topicListFooter .pager a:hover{
  background: #09d8ad;
}

.topicListFooter{
  text-align: left
}
#nav_next_page a{
  height: 32px;
  padding: 0 10px;
  margin-left: 20px;
  background: #09d8ad;
  font-size: 14px;
  line-height: 32px;
}

/*其他*/
#profile_block:hover{
  border: 1px solid #dedede
}

/* 看板娘 */
canvas#live2dcanvas {
  border: 0 !important;
  right: 0;
}
