body {
color: #000;
background: url(
https://www.cnblogs.com/images/cnblogs_com/liujie-m/1293892/o_01.jpg) fixed ;
background-size: 100%;

background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#home {
opacity:0.8;
margin: 0 auto;
width: 65%;
min-width: 950px;
background-color:#fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a, #blogTitle h2 {
    color:#BE4149;
    font-family: "微软雅黑";
    text-shadow: 3px 3px 3px #003d44;
}
#navigator {
    background-color:#BE4149;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}
a:hover {
    color:#BE4149;
    text-decoration-line: none;

}
.CalTodayDay {
    color: #BE4149;
}