#indent{
 text-indent:1em;
}
.v-fork-me {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
.btn-to-top {
    width: 23px;
    height: 62px;
    display: block;
    background: url(https://images.cnblogs.com/cnblogs_com/hongten/435377/o_o_rocket.png) no-repeat center center;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
}
.font{
    font-weight: SimSun;
    font-size: 15px;
    color: white;
    margin:-6px 0;
    padding:15px 0;
}
.fontright{
    font-weight: SimSun;
    font-size: 15px;
    color: white;
    float:right;
    _position:relative;
    text-indent:2em;
}

/*推荐按钮浮动到右下角*/
/*推荐按钮浮动到右下角*/
#div_digg {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #fff;
    border-color: #2690e5;
    border-style: solid;
    padding: 20px;
    margin: 10px;
    text-align: center;
}