/* 主体透明*/
/* #home{
	background:transparent;
    opacity: 1;
} */
/*公告时钟透明*/
/* #sidebar_news{
	background: transparent;
} */
/*日历透明*/
/* .CalTitle td{
	background: transparent;
} */
/*搜索框透明*/
/* .mySearch{
	background: transparent;
} */
/*阅读排行榜 透明*/
/* .catListView{
	background: transparent;
} */
/*评论排行榜 透明*/
/* .catListFeedback{
	background: transparent;
} */
/*最新评论 透明*/
/* .catListComment{
	background: transparent;
} */
/*底部 透明*/
/* #footer{
	border-top: 0px solid #ededed;
} */

/*随笔数，等数量显示颜色*/
/* .blogStats{
	color:red;
} */
/*昵称等显示*/
/* #profile_block {
	font-size: 14px;
	color:red;
}
#sideBar a {
  color: white;
}
#sideBar a:hover{
	color:red;
} */
/*日历相关*/
/* .Cal {
  color: black;
}
.CalTodayDay{
	background: blue !important;
} */
/*标题样式*/
/* .postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: blue;
  font-weight: bold;
} */
/*posted 相关*/
/* .postDesc{
	color: red;
	font-size: 14px;
}
#topics .postDesc {
	color: red;
	font-size: 14px;
} */
/*编辑*/
/* .postDesc a:link, .postDesc a:visited, .postDesc a:active {
  color: green;
}
.postDesc a:hover {
  color: blue;
} */

/*=====================以上都是透明样式所改，恢复统一注释掉==============================*/



/*鼠标cursor光标*/
body{
    cursor: url(https://blog-static.cnblogs.com/files/zhangzongle/cursor.ico),auto;
    }
/*隐藏 反对按钮*/
.buryit {
    display: none;
}
/*推荐按钮的样式*/
#div_digg {
    position: fixed;
    bottom: -5px;
    width: 48px;
    right: 120px;
    box-shadow: 0 0 6px #0000FF;
    border: 2px solid #800080;
    padding: 16px;
    background-color: #fff;
}
/*自定义整体布局*/
#home{
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/*背景图 样式*/
.backgroundImg {
    width: 100%;
    opacity: 1; /*规定不透明度。从 0.0 （完全透明）到 1.0（完全不透明） 默认为1*/
    position: fixed;
    top: 0px; /*背景的特殊定制样式，换背景可关注调整* 默认之前是0px*/
    left: 0;
    z-index: -1;
}

/*返回顶部小火箭 样式*/
#gotop1 {
  width: 66px;
  position: fixed;
  bottom: 90px;
  cursor: pointer;
  z-index: 99998;
  right: 60px;
}

#gotop1 img{
    width: 100%;
}

/*小火箭动效 开始*/
#gotop1:hover {
  animation: rubberBand 1s;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
/*小火箭动效 结束*/

#gobottom {
  position: fixed;
  right: 30px;
  bottom: 80px;  /* 位置可调 */
  cursor: pointer;
  z-index: 9999;
  display: none;
}

#gobottom img {
  width: 40px;
  height: 40px;
  transform: rotate(180deg); /* 🔥 旋转180度，变成向下 */
  transition: transform 0.3s;
}

#gobottom:hover img {
  transform: rotate(180deg) scale(1.2); /* 悬停时放大 */
}



/*七十二变*/
.bian{
	color: red;
	font-size: 15px;
	cursor: pointer;
}



/*西游相关样式 begin*/
<head>
<!-- <link type="text/css" rel="stylesheet" href="https://www.cnblogs.com/a-cat/custom.css?v=9bZGlGHQBwod7ANb++Ag1WzrOc0="> -->
<style type="text/css">
	body {
		padding-bottom: 200px;
	}
     /*悟空*/
	.wukong {
		position: fixed;
		right: 77px;
		bottom: 200px;
		z-index: 999999;
		animation: mymove 5s infinite ease-in-out;
	}

	@keyframes mymove {
		0% {
			bottom: 200px;
		}

		50% {
			bottom: 250px;
		}

		100% {
			bottom: 200px;
		}
	}

	.message {
		padding: 5px 20px;
		color: #000;
		font-size: 15px;
		position: absolute;
		top: -50px;
		right: 50px;
		background-color: #f3e100;
		white-space: nowrap;
	}

	.message:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 100%;
		margin-left: 10px;
		float: left;
		width: 0;
		height: 0;
		border-width: 8px;
		border-style: solid;
		border-color: #f3e100 transparent transparent transparent;
	}

	.wukong .wukong-img {
		width: 150px;
		height: 300px;
		overflow: hidden;
	}

	.wukong-img img {
		width: 150px;
		height: 150px;
	}

	/**唐僧**/
	.tangseng {
		position: absolute;
		top: 40px;
		right: 487px;
		background: url(https://images.cnblogs.com/cnblogs_com/a-cat/1193051/o_tangseng.png) 0 0 no-repeat;
		z-index: 999999;
		width: 170px;
		height: 240px;
		animation: tszou 1s steps(8) infinite;
		-webkit-animation: tszou 1s steps(8) infinite;
		-moz-animation: tszou 1s steps(8) infinite;
		-o-animation: tszou 1s steps(8) infinite;
	}

	@keyframes tszou {
		to {
			background-position: -1360px 0;
		}
	}

	@-webkit-keyframes tszou {
		to {
			background-position: -1360px 0;
		}
	}

	@-moz-keyframes tszou {
		to {
			background-position: -1360px 0;
		}
	}

	@-o-keyframes tszou {
		to {
			background-position: -1360px 0;
		}
	}
     /*八戒*/
	.bajie {
		position: absolute;
		top: 72px;
		right: 597px;
		background: url(https://images.cnblogs.com/cnblogs_com/a-cat/1193051/o_bajie.png) 0 0 no-repeat;
		z-index: 999999;
		width: 200px;
		height: 180px;
		animation: bjzou 1s steps(8) infinite;
		-webkit-animation: bjzou 1s steps(8) infinite;
		-moz-animation: bjzou 1s steps(8) infinite;
		-o-animation: bjzou 1s steps(8) infinite;
	}

	@keyframes bjzou {
		to {
			background-position: -1600px 0;
		}
	}

	@-webkit-keyframes bjzou {
		to {
			background-position: -1600px 0;
		}
	}

	@-moz-keyframes bjzou {
		to {
			background-position: -1600px 0;
		}
	}

	@-o-keyframes bjzou {
		to {
			background-position: -1600px 0;
		}
	}
     /*老沙*/
	.shaseng {
		position: absolute;
		top: 72px;
		right: 298px;
		background: url(https://images.cnblogs.com/cnblogs_com/a-cat/1193051/o_shaseng.png) 0 0 no-repeat;
		z-index: 999999;
		width: 210px;
		height: 200px;
		animation: sszou 1s steps(8) infinite;
		-webkit-animation: sszou 1s steps(8) infinite;
		-moz-animation: sszou 1s steps(8) infinite;
		-o-animation: sszou 1s steps(8) infinite;
	}

	@keyframes sszou {
		to {
			background-position: -1680px 0;
		}
	}

	@-webkit-keyframes sszou {
		to {
			background-position: -1680px 0;
		}
	}

	@-moz-keyframes sszou {
		to {
			background-position: -1680px 0;
		}
	}

	@-o-keyframes sszou {
		to {
			background-position: -1680px 0;
		}
	}
</style>
</head>
/*西游相关样式 end*/



