body{
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#tbCommentBody {
    margin-top: 10px;
    width: 100% !important;
    height: 200px !important;
    border: 1px solid #e7eaf0;
    border-radius: 6px;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    resize: none;
    outline: none;
    box-sizing: border-box;
    background: url(https://images.cnblogs.com/cnblogs_com/wkfvawl/1474765/t_u=1637133708,3565656099_fm=173_app=49_f=JPEG.png) right bottom no-repeat;
    color: #4d4d4d;
}
#tbCommentBody:hover{border: 1px solid #e09ea5;}

#sideBar{display:none;}

#blogTitle{background-image: url("https://images.cnblogs.com/cnblogs_com/wkfvawl/1543927/o_200127130618tianqiqing.jpg");background-size: cover;background-position: center;}
#home #header {
    background: none;
    min-width: 1200px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: none;
}
#header #lnkBlogLogo {
    float: left;
    margin: 125px 20px 20px 65px;
}
#header #blogLogo {
 width: 80px;
 height: 80px;
 background-size: contain;
 border-radius: 50%;
 border:4px solid #fff;
}
#blogTitle h1 {
   background: none;
    left: -2px;
}
#blogTitle h1 a, #blogTitle h2{
    font-family: 楷体;
    color: #3c3939;
}
#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 100px;
    font-weight: normal;
    top: -95px;
    left: 195px;
    font-size: 17px;
}
#btn_comment_submit {
    width: auto;
    height: auto;
    border-width: 0;
    cursor: pointer;
    color: #fff;
    background-color: #fb7299;
    border-color: #fb7299;
    user-select: none;
    padding: 5px 20px;
    border-radius: 4px;
}
#mainContent{
 flex: none;
 max-width: none;
}
#main{
 display: block;
}
.day{
  margin-bottom: 10px;
}



