body{
background-color:#bfbfbf;
}
.header{

}
#Header1_HeaderTitle{
font-size:20px;
padding-bottom:5px;
}
/*
*展示卡样式
*/
.day:nth-child(1){box-shadow: 3px 3px 20px #666;}
.day:hover{box-shadow: 3px 3px 20px #666;}
.day{transition:all 1s ease;}
/*日历*/
.CalTodayDay{background-color: black; color: red; border: 1px solid brown; border-radius:50%; transition: all .6s ease; }
.CalTodayDay:hover { border: 1px solid #eee; background-color: #ffffff44; }
/*
*音乐
*/
* {
margin: 0;
padding: 0;
border: 0;
}
#div_digg1 {
display: none;
padding: 5px;
position: fixed;
_position: absolute;
z-index: 1000;
top: -1%;
left: 8.5%;
border: 0;
opacity:0.4;
transition:0.1 all ease;
-o-transition:0.1 all ease;
-webkit-transition:all 0.05s ease;
}
#div_digg1:hover {opacity:1;}
/* 點贊 */
.diggit{position: fixed;right: 5%;bottom: 10%;transform: scale(1.5);}
.buryit{display: none;}
.diggword{position: fixed;right: 3%;bottom: 7%;}
/* 侧边栏 */
#leftcontent{position: fixed;left: -200px;width:200px !important;top:0;transition: all 0.5s ease;margin-top:0 !important;}
#leftcontent.on{left:0;}
#leftcontent .ceTip{display: block;content: '展开';position: absolute;right: -20px;top:48%;width: 20px;height: 50px;background-color: brown;user-select: none;cursor:pointer;
    color: #f8f8f8;
    padding-top: 11px;}
#leftcontentcontainer {
    height: 100vh;
    overflow-y: scroll;
}
/* 左侧栏 input */
.input_my_zzk{width: 60% !important; }
/* 主内容 */
#mytopmenu,#centercontent{width: 100%;}



/* 隐藏广告 */
#cnblogs_ch, #cnblogs_c1,#under_post_card1,#under_post_card2{display: none;}