#home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background-color: RGB(225,214,168);
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/675575/galleries/2000458/o_210715052306%E9%BB%84%E8%89%B2%E4%BC%81%E9%B9%85.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#main {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: auto;
    margin: auto 100px 100px;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

#mainContent {
    float: right;
    top: 0;
    left: 0;
    width: 730px;
    height: auto;
    margin: 0;
    border: #e2ddc7 1px solid;
    padding: 0;
    background-color: #e2e7e6;
    overflow: hidden;
    opacity: 0.8;
}

#sideBar {
    float: left;
    top: 0;
    left: 0;
    width: 205px;
    height: auto;
    margin: 0;
    border: #e2ddc7 1px solid;
    padding: 0;
    background-color: #e2ddc7;
    overflow: hidden;
    opacity: 0.8;
}

#blogTitle {
    position: relative;
    top: 143px;
    left: 210px;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

#header {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: 410px;
    margin: auto;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}

#navList {
    float: left;
    width: 810px;
    height: 150px;
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
}

.blogStats {
    float: right;
    margin: 0px 220px 0px 0px;
    border: none;
    padding: 0;
    background: none;
    color: yellow;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}

#blogTitle a {
    color: #fff;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

#navList a {
    float: left;
    margin: 0;
    border-right: #ccc 1px dashed;
    padding: 0 10px 0 10px;
    color: #7fff00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

#footer {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: auto;
    margin: 0px 0px 0px 220px;
    border: none;
    padding: 30px 0 30px 0;
    background: none;
    overflow: hidden;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
    /* text-align: center; */
}

.navbar {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 0.1px 0 #e9e5d3;
    opacity: 0.7;
}
