body {
    color: #000;
    /* background-color: #e6e6e6; */
    background-image: url(https://b-ssl.duitang.com/uploads/item/201507/28/20150728200556_inrvH.jpeg);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
    background-attachment:fixed
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 1100px;
    opacity: 0.95;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 30px;
}

/*标题样式*/

#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h2    {
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 20px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    display: block;
    text-decoration: none !important;
    border-radius: 6px;
    padding: 0 1rem;
    margin: 2rem 0 2rem !important;
    font-weight: bold;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
    color: #fff !important;
    background-color: #1f4069 !important;
}
h3 a:visited {
    color: #f8f8f8;
    text-decoration: none;
}
#cnblogs_post_body h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #80808017;
    margin-left: 0px;
    padding: 5px 15px;
    border-left: 5px green solid;
}



/***********************定义整个目录框架的大小*********************/ 
#sideToolbar {
	position: fixed;
	bottom: -25px;/*距离页面底部的距离，不能设置过小，否则按钮看不到无法关闭*/ 
	right: 15px;
	width: 300px;
	height: 450px
}

#sideCatalog{
	background-color:#fff;
	padding-bottom:10px;
	border-radius:5px;
}
#sideCatalog-sidebar {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eaeaea;
	border-color: -moz-use-text-color #eaeaea;
	border-image: none;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-style: none solid;
	border-width: 0 1px;
	height: 353px;
	left: 5px;
	position: absolute;
	top: 0;
	width: 0
}
/*目录形成的范围*/ 
#sideCatalog-catalog {
	height: 325px;
	padding-top: 18px;
	overflow: hidden;
	padding-left: 23px;
	position: relative
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top {
	cursor: pointer;
	top: 0
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
	bottom: 0
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top,#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll 0 -199px transparent;
	height: 10px;
	left: -5px;
	overflow: hidden;
	position: absolute;
	width: 10px
}
#sideCatalog li {
	margin: 0px;
	padding: 0 7px;
	text-align: left;
	position: relative
}
#sideCatalog li: hover {
	background-color: #f5f5f5
}
#sideCatalog-catalog ul .active {
	background-color: #f5f5f5
}
#sideCatalog-catalog .active a {
	color: #519cea
}
#sideCatalog-catalog a: hover {
	color: #519cea
}
#sideCatalog span: first-child {
	color: #999;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px
}
/*这里比较重要，设置h2级别目录的缩进和左边距*/ 
#sideCatalog li.h2Offset {
	padding-left: 45px;
	text-indent: -25px
}
/*这里比较重要，设置h3级别目录的缩进和左边距*/ 
#sideCatalog li.h3Offset {
	padding-left: 90px;
	text-indent: -60px
}
#sideCatalog a {
	text-decoration: none;
	color: #555;
	font-weight: bold
}
.sideCatalog-dot {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") repeat scroll 0 -222px transparent;
	cursor: pointer;
	font-size: 12px;
	height: 10px;
	left: -20px;
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 6px
}
#sideCatalog .highlight .sideCatalog-dot {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll -271px -38px transparent;
	height: 13px;
	left: -23px;
	top: 3px;
	width: 18px
}
#sideCatalogBtn {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 45px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	width: 45px;
	margin-top: 7px;
	outline: 0
}
#sideCatalogBtn: hover {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll -154px 0 transparent
}
.sideCatalogBtnDisable {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll -104px 0 transparent !important
}
#sideToolbar-up {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll -1px -62px transparent;
	border-radius: 2px;
	display: block;
	height: 45px;
	margin-left: 5px;
	width: 45px;
	outline: 0
}
#sideToolbar-up: hover {
	background: url("https://files.cnblogs.com/files/asxinyu/sideToolbar.gif") no-repeat scroll -74px -62px transparent
}

/*目录导航样式*/
.bq {
    border-left: 3px solid #6a737d;
    background: #F6F6F6;
    color: #555;
    padding: 10px 20px;
    margin: 20px 0;
    line-height: 1.75;
}

.bq .list {
    margin: 0 !important;
    padding-left: 2rem !important;
    list-style: none;
}



.postBody a:link, .postBody a:visited, .postBody a:active {
        text-decoration: none;
    }
.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 0em;
}

.bq ul a {
    color: #2374c5;
}

.bq ul a:hover {
    text-decoration: underline;
}


/*引用文本样式*/
.postBody blockquote {
    background: url(images/comment.gif)) no-repeat 25px 0px;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #333;
    border: 2px dashed #103967e0;
    border-radius: 5px;
    background: #c5c5c557;
    color: #2b2727;
    padding: 8px 20px;
    margin: 20px 0;
    line-height: 1.5;
    font-size: 14px;
    width: 750px;
}