.day {
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#blog-calendar {
    width: 260px;
    background: #FFF;
    margin-bottom: 30px;
    margin-left: 3px;
    padding-bottom: 12px;
    border-radius: 5px;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    margin-left: -22em;
    width: 98%;
}
#header {
    padding-bottom: 5px;
    width: 99%;
}
#sideBar {
    width: 285px;
    min-height: 200px;
    padding: 0px 0px 0px 0px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#home {
    margin: 0 auto;
    width: 90%;
    min-width: 1000px;
}

#blogTitle {
    background: url(https://ts1.cn.mm.bing.net/th/id/R-C.181577884172e05651da7dccc93921ea?rik=g6IlDpBH1cAH6A&riu=http%3a%2f%2fwww.deskcar.com%2fdesktop%2ffengjing%2f2011722123730%2f11.jpg&ehk=0YWh2Ui7TQT%2bQSTfhY0nzZl6oq4GYG3nxgUPMQJh5D8%3d&risl=&pid=ImgRaw&r=0) center center / cover no-repeat #222;
    overflow: hidden;
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    box-shadow: 0 1px 2px rgba(150,150,150,.7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Header1_HeaderTitle {
    font-family: 'Playball',cursive;
    color: #fff;
    font-size: 3rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
    margin: 10px 0 10px 0;
    letter-spacing: -1px;
    font-weight: 700;
    animation: fade-in-down 1s both;
    animation-delay: .5s;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}
#blogTitle h2 {
    margin-left: 1.5em;
    line-height: 1.5;
    width: 100%;
    float: left;
    color: #fff;
}
#blogTitle h1 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 1em;
    margin-top: 10px;
    width: 100%;
    float: left;
}
a:hover {
    text-decoration: none;
}

#navigator {
    background: hsla(0,0%,100%,.6);
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #5c6577;
}
#navList a:hover {
    color: #fff;
}
.blogStats {
    color: #5c6577;
}
//光标
//body {
//    cursor: url(https://blog-static.cnblogs.com/files/miluluyo/cursora.ico),auto;
//}
