*{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    
}
a{
    text-decoration: none;

}
li{
    list-style: none;
}
#header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514021313header1.png) no-repeat;
    background-size: 100% 100%;
}
#blogTitle h1 a{
    position: absolute;
    top: 50px;
    left: 200px;
    letter-spacing: 8px;
    color: rgba(124, 92, 75, 0.3);
    font-size: 30px;
}
#blogTitle h1 a:hover{
    color: rgba(124, 92, 75, 0.9);
}
#navList{
    top: 120px;
    display: flex;
    right: 10px;
    position: absolute;
    height: 40px;
    width: 450px;
    padding: 0;
    transform-style: preserve-3d;
}
#navList li{
    display: block;
    flex: 1;
    line-height: 40px;
    text-align: center;
    background: url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514132351block.png);
    background-size: 100%;
    margin: 0 5px;
    text-shadow: 1px 1px 1px #000,-1px -1px 1px #fff;
    transform:  rotate(50deg) ;
    transition: all 0.5s;

    
}
#navList li:hover{
    transform: translateZ(8px);
    
}
#navList li a{
    color: #7b5c48;
    font-size: 15px;
    font-weight: 700;
}
.blogStats{
    position: absolute;
    bottom: 40px;
    display: block;
    width: 300px;
    left: 20px;
    color: #7b5c48;
}
/* .dayTitle{
    display: none;
} */
#main{
    width: 100%; 
    position: relative;

    /* display: flex;  */
}
#main:after{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

#mainContent{
    position: absolute;
    width: 880px;
    top: 20px;
    left: 130px;
}
#mainContent .forFlow .day{
    /* height: 150px; */
    background:url(daybackground.jpg) ;
    width: 100%;
    margin: 20px 0;
    border: 2px solid #7b5c48;
    border-radius: 10px;
    background-size: 100% ;
    overflow: hidden;
    filter: opacity(0.8);
    padding: 0 10px;
}
.dayTitle{
    float: right;
    margin: 20px 20px 0 0;
   
}
.dayTitle a{
    color:  rgb(160, 9, 9);
}
.postTitle{
    height: 80px;
    margin: 0 0 0 30px ;
    line-height: 80px;   
}
.postTitle a{
    color:  rgb(160, 9, 9);
    font-size: 30px;
    font-weight: 400;
}
.postCon{
    height: 35px;
    line-height: 35px;
    font-size: 16px;

}
.c_b_p_desc{
    font-weight: 400;
    margin-left: 20px;
    color: black;
}
.postDesc{
    border-bottom: 2px solid rgb(160, 9, 9);
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: right;
    color: rgb(37, 31, 31);
}
#main{
    height: 1100px;
}
#main #sideBar{
    
    /* flex: 1; */
    float: right;
    width: 100%;
    /* height: 10px; */
    
}

#sideBarMain{
    float: right ;
    width: 320px;
    /* height: auto; */
    /* height: 1800px; */
    /* height: 1000px; */
    background: url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514021203right1.png);
    background-size: 100%;
}

#sidebar_ad{
    overflow: hidden;
    padding-left: -999999px;
    display: block !important;
    position: absolute;
    left: 0;
    height: auto;
    width: 120px;
    float: left;
    background:url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514021154left1.png);
    background-size: 100% ;
    /* height: 1000px; */
    font-size: 0;
}
#sidebar_news{
    display:none;
}
#blog-calendar{
    background:url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514021144calendar.jpg) no-repeat;
    width: 250px;
    height: 175px;
    background-size: 100%;
    margin: 60px 8px 0 50px;
    font-size: 12px;
    filter: opacity(0.6);
    border-radius: 10px;
}
#blogCalendar{
    height: 98%;
}
#blogCalendar tbody tr:nth-child(1){
    font-size: 14px;
}
#sidebar_search{
    /* border: 1px solid red; */
    width: 250px;
    height: 170px;
    margin: 50px 8px 0 30px;
}
.catListTitle{
    height: 49px;
    /* border-bottom: 1px solid #f4f4f4; */
    line-height: 49px;
    text-align: center;
    font-size: 20px;
    color:  #7b5c48;
}
#widget_my_zzk,#widget_my_google{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;

}

#q,#google_q{
    height: 22px;
    width: 112px;
    /* border: 1px solid #f4f4f4; */
    margin-right: 10px;
    border: 3px solid #7b5c48;
    outline: none;
    border-radius: 10px;
    padding-left: 5px;

}
#btnZzk,.btn_my_zzk{
    height: 22px;
    padding: 0 8px;
    border: 1px solid #7b5c48;
    background-color:  #7b5c48;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000 ,-1px -1px 1px #fff;
    color:  #7b5c48;
}
#btnZzk:hover,.btn_my_zzk:hover{
    transform: translatez(15px) scale(1.4);
    text-shadow: -1px -1px 1px #fff ,1px 1px 1px #000;
}
.catListLink{
    width: 220px;
    height: 300px;
    /* border: 1px solid red; */
    margin: 50px 8px 0 80px;
    overflow: hidden;
}
.catListTitle{
    height: 50px;
    /* border-bottom: 1px solid #f4f4f4; */
    line-height: 49px;
    text-align: center;
    font-size: 20px;
    color:  #7b5c48;
}

.catListLink li{
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid  #7b5c48;
    background:url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514132546link.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    color:  #7b5c48;

}
.catListLink li a{
    color:  #7b5c48;
    font-size: 16px;
}
.catListLink li:hover{
    transform: translatez(15px) scale(1.5);
    text-shadow: -1px -1px 1px #fff ,1px 1px 1px #7b5c48;
}
#sidebar_categories{
    width: 220px;
    /* height: 300px; */
    /* border: 1px solid red; */
    margin: 20px 8px 30px 80px;
    /* overflow: hidden; */
}
#sidebar_postarchive{
    width: 220px;
}
#sidebar_postarchive h3{
    width: 220px;
    font-size: 20px;
    text-align: center;
    position: relative;
}
#sidebar_categories ul li{
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 120px;
    /* border: 1px solid  #7b5c48; */
    /* background:url(link.jpg) no-repeat; */
    background-size: 100% 100%;
    margin-bottom: 10px;
    transform-style: preserve-3d;
    transition: all 10s;

    text-shadow: 1px 1px 1px #000,-1px -1px 1px #fff;
    

}
#sidebar_categories ul li a{
    color:  rgb(160, 9, 9);
}

.bottom,.front{
    position: absolute;
    left: 50px;
    background:url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514132351block.png);
    width: 100%;
    height: 100%;
    transform: translatez(16.5px) ;
    background-size: 100%;
    text-align: center;
    line-height: 40px;
    color: rgb(160, 9, 9);
    border: 1px solid #69584e;
    font-size: 15px;
    font-weight: 700;
    /* line-height: 100%; */
    
}
.bottom {

    transform: translateY(16.5px) rotatex(-50deg);
    text-shadow: 0 0 1px rgb(245, 18, 18),0 -1px 2px rgb(225, 18, 18),1px -2px 4px rgb(205, 18, 18),-2px -4px 8px rgb(190, 18, 18),2px -8px 16px rgb(173, 18, 18);
    letter-spacing: 10px;
}
#sidebar_categories ul li:hover{
    transform: rotatex(90deg) ;
} 
#footer{
    position: relative;
    height: 308px;
    background:url(https://images.cnblogs.com/cnblogs_com/huang131/1763872/o_200514021223footer.png) no-repeat;
    background-size: 100% 100%;
    line-height: 308px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
#footer span{
    height: 150px;
    position: absolute;
    display: block;
    top: 80px;
    left: 430px;
}
#cnblogs_c2{
    display: none;
}
