#home{
    width: 80%;
    min-width: 1177px;
}
#main {
    background: transparent;
}
#mainContent{
    width: 77.5%;
    margin-right: 0.5%;
}
#Header1_HeaderTitle{
    font-size: 2em;
    text-decoration: none;
}
#navigator,#header{
    margin-top: 3em;
}
#sideBar {
    background: white;
}
#toTop{
    background-color: whitesmoke;
    font-size: 17px;
    width: 51px;
    padding: 5px 5px 10px 10px ;
    letter-spacing: 5px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 10%;
    bottom: 10%;
}
#toTop:before{
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    display: block;
    border: transparent 33px solid;
    border-bottom: whitesmoke 32px solid;
}
#cnblogs_post_body img{
    max-width: 100%;
}
#layer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000d1;
    width: 100%;
    height: 100%;
    z-index:2;
    justify-content: center;
    align-items: center;
    display: none;
}
#layer.flex{
    display:flex;
}
.hide{
    display:hide;
}
.transparent{
    opacity:0;
}