.buryit {
    display: none;
}
.diggit {
    float: none;
    width: 130px;
    height: 110px;
    background: url(https://www.cnblogs.com/images/cnblogs_com/iflygofy/817791/t_likepic.gif) no-repeat;
}
.diggnum {
    color: #390;
    font-size: 32px;
}

#MySignature {
    background: #fff url(https://images.cnblogs.com/cnblogs_com/iflygofy/817791/o_info_ico.png) no-repeat 10px center;
    border-left: 5px solid #f00;
    padding-left: 55px;
}
#MySignature .content {
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
#MySignature .content a {
    color: #390;
    text-decoration: none;
}
.article-btm {
				position: fixed;
				right: 10px;
				bottom: 10px;
				z-index: 99999
			}

			.article-btm-line {
				background-color: #f05;
				width: 50px;
				height: 50px;
				position: relative;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				cursor: pointer;
				margin-top: 5px;
			}

			.article-btm-line .ico {
				position: absolute;
				left: 50%;
				margin-left: -18px;
				top: 50%;
				margin-top: -18px;
				width: 36px;
				height: 36px;
				background-repeat: no-repeat;
				background-repeat: no-repeat;
				background: url(https://images.cnblogs.com/cnblogs_com/iflygofy/817791/o_article_btm_ico.png) 0 0 no-repeat;
				overflow: hidden;
			}

			.article-btm-line .ico-directory {
				background-position: 0 0;
				-webkit-animation: ani-ico 6s linear 1s 4;
				animation: ani-ico 6s linear 1s 4;
			}

			.article-btm-line .ico-bubble {
				background-position: 0 -36px;
				-webkit-animation: ani-ico 6s linear 1.5s 4;
				animation: ani-ico 6s linear 1.5s 4;
			}

			.article-btm-line .ico-star {
				background-position: 0 -72px;
				-webkit-animation: ani-ico 6s linear 2s 4;
				animation: ani-ico 6s linear 2s 4;
			}

			.article-btm-line .ico-move-up {
				background-position: 0 -108px;
				-webkit-animation: ani-ico 6s linear 2.5s 4;
				animation: ani-ico 6s linear 2.5s 4;
			}

			.article-btm-line .ico-move-down {
				background-position: 0 -144px;
				-webkit-animation: ani-ico 6s linear 3s 4;
				animation: ani-ico 6s linear 3s 4;
			}

			@-webkit-keyframes ani-ico {
				0% {
					-webkit-transform: rotate(0deg);
				}

				0.5% {
					-webkit-transform: rotate(-15deg);
				}

				1% {
					-webkit-transform: rotate(0);
				}

				1.5% {
					-webkit-transform: rotate(15deg);
				}

				2% {
					-webkit-transform: rotate(0);
				}

				2.5% {
					-webkit-transform: rotate(-15deg);
				}

				3% {
					-webkit-transform: rotate(0);
				}

				3.5% {
					-webkit-transform: rotate(15deg);
				}

				4% {
					-webkit-transform: rotate(0);
				}

				100% {
					-webkit-transform: rotate(0);
				}
			}

			@keyframes ani-ico {
				0% {
					transform: rotate(0deg);
				}

				0.5% {
					transform: rotate(-15deg);
				}

				1% {
					transform: rotate(0);
				}

				1.5% {
					transform: rotate(15deg);
				}

				2% {
					transform: rotate(0);
				}

				2.5% {
					transform: rotate(-15deg);
				}

				3% {
					transform: rotate(0);
				}

				3.5% {
					transform: rotate(15deg);
				}

				4% {
					transform: rotate(0);
				}

				100% {
					transform: rotate(0);
				}
			}

			.article-btm-line:hover {
				background-color: #f06;
				-webkit-transition: background-color .2s linear;
				-moz-transition: background-color .2s linear;
				-ms-transition: background-color .2s linear;
				-o-transition: background-color .2s linear;
				transition: background-color .2s linear
			}

			.article-btm-line:hover .txt {
				display: block;
				-webkit-animation: ani-ico-txt .2s linear 1 forwards;
				animation: ani-ico-txt .2s linear 1 forwards;
			}

			@-webkit-keyframes ani-ico-txt {
				0% {
					opacity: .8;
					-webkit-transform: translate(50px, 0);
				}

				100% {
					opacity: 1;
					-webkit-transform: translate(5px, 0);
				}
			}

			@keyframes ani-ico-txt {
				0% {
					opacity: .8;
					transform: translate(50px, 0);
				}

				100% {
					opacity: 1;
					transform: translate(5px, 0);
				}
			}

			.article-btm-line .txt {
				display: none;
				position: absolute;
				height: 50px;
				line-height: 50px;
				padding: 0 15px 0 10px;
				white-space: nowrap;
				top: 50%;
				margin-top: -25px;
				right: 50px;
				color: #fff;
				-webkit-border-radius: 5px 0 0 5px;
				-moz-border-radius: 5px 0 0 5px;
				border-radius: 5px 0 0 5px;
				background-color: #f06;
				opacity: 0;
			}
#directoryDiv{
	background: #fff;
    padding: 10px;
    border-radius: 5px;
}

#rightmenu .directoryDiv {
	position: fixed;
	display: none;
}