#blogCalendar:hover{
    /* background-color: pink; */
}
.div-box {
   width: 30px;
   height: 30px;
   font-size: 30px;
   position: absolute;
  }

#header{
    background:none
    /* background: url(https://images.cnblogs.com/cnblogs_com/blogs/727857/galleries/2091073/o_220107102457_header.webp) !important;
     background-size: 100% 100%;
                background-position: center center;
                overflow: auto; */
}
#blogTitle{
    background: none;
}
#navigator,.catListTitle,#profile_block,.sidebar-block h3,#sidebar_search,#sidebar_search_box,#sidebar_imagecategory>ul,#sidebar_imagecategory>ul>li,#sidebar_imagecategory,#widget_my_zzk,#widget_my_google,#sidebar_postarchive,#sidebar_postarchive>ul,#sidebar_postarchive>ul>li{
    background-color:transparent  ;
    border:none  ;

}
#sidebar_news{
box-shadow: 0 0 9px 3px #f9c26e;
}
#blogCalendar {
box-shadow: 0 0 9px 3px #e57d49;
}
#sidebar_search {
box-shadow: 0 0 9px 3px #d93f61;
}
#sidebar_categories {
    box-shadow: 0 0 9px 3px #cb18cd;
}
#sidebar_search_box input{
    background-color: #bb185f!important;
    opacity: 0.3;
}
#profile_block:hover{
    border: none;
}
#navList>li>a:hover{
    background-color: transparent;
}
/* #mainContent{
    opacity: 0.7;
} */
.meting>.aplayer{
    opacity: 0.7!important;
}
#sidebar_topviewedposts{
    opacity: 0.8;
}
body{
/*谷歌*/
overflow-x: hidden;
/* cursor: url('https://blog-static.cnblogs.com/files/blogs/727857/cat6.ico'),  zoom-out; */
cursor: url('https://images.cnblogs.com/cnblogs_com/blogs/727857/galleries/2091073/o_220110070224_Artboard.png'),  zoom-out;

}
#background {
		position: fixed;
		top: 0;
		left: 0;

		z-index: -100;
	}

/* 滚动条 ---------------------------------------------------------------------------------------------*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 16px;  /*滚动条宽度*/
    height: 16px;  /*滚动条高度*/
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  /*滚动条的背景区域的圆角*/
    background-color: transparent;   /*滚动条的背景颜色*/
}  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
 background: linear-gradient(to top,#3582e3,#d771c6);  /*滚动条的背景颜色*/
}
/* 滚动条 ---------------------------------------------------------------------------------------------*/


.snowAnimation {
 animation: snow 5s infinite linear;
 -webkit-animation: snow 5s infinite linear;
}
@keyframes snow {
 0%{
 transform: rotate(0);
 }
 100%{
 transform: rotate(360deg);
 }
}
@-webkit-keyframes snow {
 0%{
 transform: rotate(0);
 }
 100%{
 transform: rotate(360deg);
 }
}
#squidward{
        width: 100px;
    height: 100px;
    background-image: url('https://blog-static.cnblogs.com/files/blogs/727857/Spongebob1.ico') ;
    background-size: 100%;
    position: fixed;
    /* top: 0; */
    right: 3%;
     /* animation-name: squidwardtop; */
  animation-duration: 1s;
}
#squidward.active{
    position: fixed;
    top: 68px;
    right: 3%;
}
@keyframes squidwardtop {
    0%  {  right: 3%; top:0px;}
    25% { right: 3%; top: 70px;}
    50% { right: 3%; top: 60px;}
    75% { right: 3%; top: 70px;}
    100% { right: 3%; top: 68px;}
}
@keyframes squidwardhide {
    0%  {  right: 3%; top:68px;}

    100% { right: 3%; top: -100px;}
}
#Header1_HeaderTitle{
    text-shadow: 3px 3px 3px #ff438a;
    font-family: cursive;
}
