body {
    background-image:url('https://images.cnblogs.com/cnblogs_com/wlx6/1645845/o_200212040956%E5%8A%A8%E6%BC%AB%20(42).jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#home {
    margin: 0 auto;
    width: 1200px;
}
#mainContent {
    width: 900px;
background: #ffffff08;
}
#navigator {
    background-color: #3330;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #ffdfdf;
    text-shadow: 3px 3px 3px #ac9c9c;
    font-family: "Kai:Ti";
font-size: 200%
}
#blogTitle h2 {
    margin-top: 1em;
}
#main {
    background: #ffffff8c;
}
.postDesc {
    color: #3b2626;
}
canvas#live2dcanvas {
border: 0 !important;
right: 0;
}
/*公告栏时钟*/
#clockdiv {
text-align: center;
}
/*公告栏*/
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    margin-left: 90px;
}
/*返回顶部*/
#back-to-top {
    background-color: #8bcc99;
    bottom: 10px;
    box-shadow: 0 0 6px #72a072;
    padding: 5px 10px;
    position: fixed;
    right: 50px;
    border-radius: 8px;
    opacity: 0.7;
}