body {
    background-image: url('https://files.cnblogs.com/files/huss/timg.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #11115D;
    /* background-color: #fff; */
}
/*  滚动条样式  */
/*滚动条整体样式*/
body::-webkit-scrollbar {
width: 10px;
height: 1px;
}
/*滚动条滑块*/
body::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #8497BA;
}
/*滚动条轨道*/
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
border-radius: 5px;
background: #B2A7A8;
}
.navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #fff; */
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(245, 245, 213, 0.5);
}
#header {
    display: flex;
    justify-content: center;
}
.header {
    background-color: transparent;
    background-image: none;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerText {
    text-align: center;
    color: #ffffff;
}
a.headermaintitle:hover {
    color: #fdc;
}
.day {
    background-color: rgba(245, 245, 245, 0.5);
    border: 1px solid #8b8d72;
}
.dayTitle {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dayTitle:hover {
    color: #fffffe;
}
#mytopmenu {
    background-color: rgba(245, 245, 245, 0.5);
}
#mylinks a {
    text-decoration: none;
    font-size: 16px;
   font-weight: bold;
   color: ##FFFFE4;
    width: 60px;
    display: inline-block;
}
.postTitle a:hover {
    color: #ffffdc;
}
.postTitle a:visited {
    color: #ffffdc;
    text-decoration: none;
}
.c_b_p_desc {
    color: #ffffff;
}
.postTitle a {
    color: #ffffff;
}
.postDesc {
    color: #EEEEDF;
}
#leftcontent {
    background: rgba(245, 245, 245, 0.8);
}
.CalTitle {
    background-color: transparent;
}
.CalDayHeader {
    background: rgba(245, 245, 245, 0.5);
}
.CalWeekendDay {
    background: none;
}
#profile_block {
    line-height: 2.5;
}
.catListTitle {
    background: rgba(245, 245, 245, 0.5);
}
/*   隐藏搜索    */
#sidebar_search {
    display: none;
}
.input_my_zzk {
    border-radius: 5px;
    border: 0;
}
input.btn_my_zzk {
    border-radius: 5px;
    border: 0;
}
#leftcontent {
    top: 188px;
    border-bottom: 1px solid #8b8d72;
}
.dayTitle img {
    display: none;
}
.dayTitle a {
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url('https://files.cnblogs.com/files/huss/logo.gif') center no-repeat;
    background-size: 100%;
}
.post {
    background-color: rgba(245, 245, 245, 0.5);
}