#ad_t2, #cnblogs_c1, #cnblogs_c2, #cnblogs_t5, .c_ad_block {
	display: none;
}

#main {
	font-size: 1.3em;
        line-height: 2em;
}

#div_digg {
	padding: 5px;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	right: 0;
	border: 0px solid #D9DBE1;
	background-color: #FFFFFF;
	opacity: 0.8;
	width: 46px;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	border: 2px solid red;
}

.buryit {
	display: none;
}

#div_digg {
	position: fixed;
	bottom: 5px;
	width: 46px;
	right: 300px;
	border: 2px solid #edd7b2;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px !important;
	box-shadow: 0 0 0 1px #ecd7b1, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

@media only screen and (min-width: 960px) {
	#main {
		margin: auto;
		width: 60%;
	}

	#rightmenu {
		position: relative;
		left: 73%;
	}
}

#cover-title {
    font-size: 46px;
    font-weight: normal;
}

#cover-content {
    text-shadow: 0 0 5px rgba(254, 254, 254, 0.25);
    padding: 144px 0 100px;
}

@media screen and (max-width: 600px) {
    #cover-title {
        font-size: 36px;
    }
    #cover-content {
    	padding: 124px 0 100px;
    }
}

#cover-bg {
    background: url('https://images.cnblogs.com/cnblogs_com/licsber/1676146/o_200320130232lli-bg@2x.jpg');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background-size: cover;
    background-position: center center;
}

#cover-container {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

#cover {
    position: relative;
    background: #58b7ff;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

body {
    margin-top: 0;
}

#Signature {
  border-top: #e0e0e0 1px dashed;
  border-right: #e0e0e0 1px dashed;
  border-bottom: #e0e0e0 1px dashed;
  border-left: #e0e0e0 1px dashed;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 110px;
  font-family: 微软雅黑;
  font-size: 11px;
  background: url(https://images.cnblogs.com/cnblogs_com/licsber/1676146/o_20041209230188x31.png) #e5f1f4 no-repeat 1% 50%;
}

#Signature div {
  line-height: 25px;
}


/*
 html{
        /*兼容FF*/
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /*兼容IE内核*/
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        /*兼容其它，谷歌之类的*/
        -webkit-filter: grayscale(1);
    } 
*/