#cnblogs_post_body h2 {
    background: #6fa833 none repeat scroll 0 0 !important;
    border-radius: 5px !important;
    color: #fff;
    font-family: "微软雅黑","宋体","黑体",Arial;
    margin-bottom: 5px;
    padding:5px 15px;
    text-shadow: 2px 2px 3px #222;
}

#cnblogs_post_body h3 {
    background-color: #DCDCDC;
    color:#000;
    border-left: 13px solid #6fa833;
    font-size: 18px;
    padding: 5px;
}

#cnblogs_post_body h4 {
    border-bottom: 1px solid #cd4900;
    color: #cd4900;
    font-size: 16px;
}
#cnblogs_post_body blockquote {
    background: #FFFFE0 url("https://files.cnblogs.com/files/chiakiyu/yin.gif") no-repeat scroll 9px center;
    box-shadow: 0 0 8px #aaa;
    clear: both;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    margin: 20px 0;
    padding: 15px 20px 15px 65px;
}

#MySignature .content {
    background: #f0f8ff url("https://files.cnblogs.com/files/chiakiyu/warn.gif") no-repeat scroll 15px 50%;
    border: 1px dashed #999;
    padding: 10px 10px 10px 80px;
}

.topicListFooter .pager a, .topicListFooter .pager span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #9ab26b;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(154, 178, 107);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}




#div_digg{
  bottom:5px;
  width:140px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  position:fixed;
}

.motto{
        position: relative;
        color: yellow;
}
.motto:before{
        content: attr(text);
        position: absolute;
        z-index: 10;
        color:pink;
        -webkit-mask:linear-gradient(to left, red, transparent );
}


/*-------main---------*/
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus{outline:none;}


/*书签*/
.autoMenu{
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index: 1;
	text-align: left;
}
.autoMenu ul{
	line-height: 2;
	overflow-y: auto; 
	background: #fff;
	-webkit-box-shadow:0 0 10px #CCC;  
  -moz-box-shadow:0 0 10px #CCC;  
  box-shadow:0 0 10px #CCC;
}
.autoMenu ul>li.sub{
	padding-left: 20px;
}
.autoMenu ul>li>a{
	color: #399c9c;
}
.autoMenu ul>li.active>a{
	color: #ff5370;
}

.btn-box{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
}
.icon-plus-sign{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border:4px solid #91ba61;
	background: #91ba61;
	position: absolute;
	top:3px;
	left:3px;
}
.icon-plus-sign:before,.icon-plus-sign:after{
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top:3px;
	left:11.5px;
}
.icon-plus-sign:after{
	-webkit-transform:rotate(90deg);
}
.icon-minus-sign{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border:4px solid #ff5370;
	background: #ff5370;
	position: absolute;
	top:3px;
	left:3px;
}
.icon-minus-sign:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	left:3px;
	top:11.5px;
}