@media screen and (max-width:750px) {
  .day{
    margin: 12px;
    background: white none repeat scroll 0% 0%;
    border-radius: 8px;
    padding: 8px;
    box-shadow: rgb(204, 204, 204) 0px 3px 6px;
  }
  .blogStats{
    float: left;
    text-align: left;
  }
  #blogTitle{
    background: url("//browser9.qhimg.com/bdr/__85/t01b8d1670c108f5e7e.jpg");
    background-position: 845px -446px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #header{
    margin-top: 0px;
    border-bottom: 0;
  }
  #navigator{
    background: linear-gradient(135deg,#394873,#E4727C);
  }
  #navList li,
  #navList li a{
    border: 0;
  }
  #blogTitle h1{
    text-align: center;
    font-size: 28px;
    color: white;
    font-weight: 500;
  }
  #blogTitle h1 a{
    color: white;
  }
  #sideBar{
    display: none;
  }
}
@media screen and (min-width:750px) {
  body{
    padding:0;
    margin:0;
    cursor:url(https://cdn.custom-cursor.com/db/12898/32/seraph-of-the-end-krul-tepes-cursor.png) , default!important
  }
  a{
    cursor:url(https://cdn.custom-cursor.com/db/12897/32/seraph-of-the-end-krul-tepes-pointer.png) , pointer!important
  }
  body.has-navbar{
    margin-top: 0;
  }
  #blogTitle{
    background: url("//browser9.qhimg.com/bdr/__85/t01b8d1670c108f5e7e.jpg");
    height: 480px;
    background-position: 0 -200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #home{
    margin: auto;
    width: 100%;
  }
  #header{
    margin-top: 0px;
    border-bottom: 0;
    padding-bottom: 0px;
    box-shadow: 0 3px 6px #000;
  }
  #Header1_HeaderTitle{
    color: white;
  }

  #navigator{
    padding: 0 12%;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(135deg,#394873,#E4727C);
 }
  #navList li,
  #navList li a{
    border: 0;
    height: 65px;
    line-height: 65px;
  }
  #navList li a{
    transition: all .3s;
    height: 0;
  }
  #navList li a:hover{
    height: 65px;
  }
  #main{
    display: flex;
    width: 76%;
    margin: 0 12%;
    min-width:0px;
  }
  #mainContent{
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
  }
  #sideBar{
    float: none;
    margin-left: 48px;
  }

  .day{
    /* background: linear-gradient(135deg,#f0ff00,#58cffb); */
    border-radius: 8px;
    padding: 16px;
    margin: 32px;
    transition: all .4s;
    box-shadow: 0 3px 2px #ccc;
  }
  .day:hover{
    transform: translateY(-10px);
    box-shadow: 0 3px 6px #ccc;
  }
  .day:nth-child(2n+0){
    /* background: linear-gradient(135deg,#42e695,#3bb2b8); */
  }
  .day:nth-child(3n+0){
    /* background: linear-gradient(135deg,#fff886,#f072b6); */
  }
  .day:nth-child(4n+0){
    /* background: linear-gradient(135deg,#17ead9,#6078ea); */
  }
  .postDesc{
    /* color:white; */
  }
  .postDesc a,
  .postDesc a:link{
    color: #eb2f96;
  }
  #mainContent .forFlow{
    margin-left: 0px;
  }
  #footer{
    background: #000000;
    color: white;
    height: 55px;
    line-height: 22px;
  }
  #sideBar{
    width: 270px;
  }
  #sideBar #sideBarMain>div{
    background: #e6f0f1;
    padding: 16px;
    box-shadow: 0 4px 3px #ccc;
    margin-top: 28px;
    border-radius: 8px;
    transition: all .4s;
  }
  #sideBar #sideBarMain>div:hover{
    transform: translateY(-10px);
  }
  #forFlow{
    padding: 16px;
    margin-top: 28px;
  }
  #blogTitle h1{
    text-align: center;
    font-size: 48px;
    color: white;
    font-weight: 500;
  }
}
body{
  display: none;
}
#bannerbar{
  display:none;
}

.dayTitle{
  display: flex;
  text-align: left;
  align-items: center;
  border-bottom: none;
}
.dayTitle:before{
  position: relative;
  display: block;
  content: ' ';
  background: ;
  width: 4px;
  height: 1em;
  background: linear-gradient(356deg,#7117ea,#ea6060);
  margin-right: 12px;
}
.postTitle{
  border-bottom: none;
}

.topicListFooter,
#homepage_bottom_pager,
#homepage_bottom_pager .pager,
#homepage_top_pager,
#homepage_top_pager .pager{
  text-align: center;
}
.back-top{
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 26px;
  height: 62px;
  background: url("//s3.bmp.ovh/imgs/2022/06/01/bc45f764ccb2074c.png") no-repeat;
  transition: all .5s;
  background-size: 100%;
  display: none;
}
.back-top:hover{
  /*sprite图：精灵图*/
  /* background-position-y: -62px; */
  transform: scale(1.2);
}

#topics,
  #comment_form_container{
    padding: 2%;
    margin-top: 28px;
    background: #E6F0F1;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #ccc;
  }
  #topics .post{
    display: flex;
    width: 96%;
    flex-direction: column;
  }
  #topics .post .postTitle{
    display: flex;
    align-items: center;
  }
  
  #topics .post .postTitle:before{
    position: relative;
    display: block;
    content: ' ';
    background: ;
    width: 4px;
    height: 1em;
    background: linear-gradient(356deg,#7117ea,#ea6060);
    margin-right: 12px;
  }

  #comment_nav{
    text-align: left;
    clear: both;
    float: none;
    padding: 24px 0;
  }
  #comment_nav a{
    display: inline-block;
    height: 26px;
    padding: 0 8px;
    line-height: 26px;
    margin-right: 12px;
    border-radius: 13px;
    background: #E6F0F1;
    box-shadow: 0 3px 6px #ccc;
  }
  .comment_textarea{
    width: 100%;
  }