#home {
    margin: 0 auto;
    width: 62%;
    /*原始65*/
    min-width: 980px;
    /*页面顶部的宽度*/
    //background-color: rgba(245, 245, 245, 0.2);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    //box-shadow: 0 2px 6px rgba(100, 100, 100, 0.9);
}

body {
    color: rgb(0, 0, 0);
    background: rgba(10, 194, 255, 1);
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/robin1998/942117/o_1489511125305.jpg') fixed no-repeat;
    background-size: cover;
    background-position: 50% 5%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#cnblogs_code {
    font-family: Consolas;
}

#main {
    background-color: rgba(255, 255, 255, 0.70);
}

#mainContent {
    background-color: rgba(0, 0, 0, 0);
}

.forFlow {
    background-color: rgba(0, 0, 0, 0);
}

.day {
    background-color: rgba(0, 0, 0, 0);
}

#navigator {
    background-color: rgba(0, 0, 0, 0.8);
}

#blogTitle {
    height: 80px;
    /*高度*/
    clear: both;
}


/*主标题格式*/

#blogTitle h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.8em;
    /*原始 1.6em*/
    margin-top: 10px;
    /*原始 15px */
}

#blogTitle h1 a {
    color: #EDEDED;
}


/*超链接颜色*/

#blogTitle h1 a:hover {
    color: silver;
    font-size: 110%;
}


/*次标题格式*/

#blogTitle h2 {
    font-weight: normal;
    font-size: 22px;
    /*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #EDEDED;
    float: left;
}


/*所有链接样式*/

a:hover {
    font-size: 118%;
}