body {
    color: #000;
/*https://i.loli.net/2018/09/17/5b9f58a4b46dc.jpg*/
/*https://i.loli.net/2018/09/17/5b9f58a4c3db7.jpg*/
/*https://i.loli.net/2018/09/17/5b9f58a4e7c61.jpg*/
    background: url(https://i.loli.net/2018/09/17/5b9f58a4c3db7.jpg) fixed;
    background-size: cover;
    background-repeat: repeat;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#blogTitle h1 {
    font-size: 50px;
    font-family: Consolas;
    font-weight: bold;
    /* font-style: italic; */
    margin-top: 20px;
    box-shadow: 0 0 black;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
   background-color: rgba(255,255,255,0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 a, #blogTitle h2 {
    color: #333;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 3px 3px 3px #fff;
}

#blogTitle h2 {
    margin-top: 6em;
    margin-left: 8em;
    line-height: 1.5em;
    width: 30%;
    float: left;
    display: inline;
    font-size: 14px;
}

#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    margin-left: 0px; 
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 100%;
   background-color:transparent; 
}

.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}
#main {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    text-align: left;
    clear: both;
   background-color:transparent; 
}

#mainContent .forFlow {
    margin-left: 22em;
    float: none;
    width: auto;
}


#navigator {
   background-color:transparent; 
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #717171;
}

#blogTitle h2 {
    margin-top: 6em;
    margin-left: 8em;
    line-height: 1.5em;
    width: 25%;
    float: right;
    display: inline;
    font-size: 14px;
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 50px;
}