/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
    /* color: #169fe6; */
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-weight: bold;
}
 
/* 普通文字样式 */
#cnblogs_post_body p {
	margin: 18px auto;
	color: #000;
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 16px;
	text-indent: 0;
}
 
/* 标题样式 */
#cnblogs_post_body h1 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

#cnblogs_post_body h2 {
	font-family: Consolas, "Microsoft YaHei", monospace;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

#cnblogs_post_body h3 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

#cnblogs_post_body h4 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
/* 标题样式设置结束 */
 
/* 去除双下划线斜体样式 */
em {
	font-style: normal;
	color: #000;
}
 
/* 无序列表 */
#cnblogs_post_body ul li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 16px;
	list-style-type: disc;
}
 
/* 有序列表 */
#cnblogs_post_body ol li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 16px;
	list-style-type: decimal;
}
 
/* 超链接 */
#cnblogs_post_body a:link {
	text-decoration: none;
	color: #002C99;
}
 
/* 引用背景 */
#topics .postBody blockquote {
	background: #fff3d4;
	border: none;
	border-left: 5px solid #f6b73c;
	margin: 0;
	padding-left: 10px;
}
 
/* 单行代码 */
.cnblogs-markdown code {
	font-family: Consolas, "Microsoft YaHei", monospace !important;
	font-size: 16px !important;
	line-height: 20px;
	background-color: #f5f5f5 !important;
	border: 1px solid #ccc !important;
	padding: 0 5px !important;
	border-radius: 3px !important;
	line-height: 1.8;
	margin: 1px 5px;
	vertical-align: middle;
	display: inline-block;
}
 
/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
	font-family: Consolas, "Microsoft YaHei", monospace !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding: 5px !important;
}



.my-blog-area {
    width: 500px; 
    margin: 0 auto;
    position: relative; 
    bottom: -105px;
    right:360px; 
    z-index:100;
    font-size:14px;
}
.my-blog-area a {
    color: #f90; 
}
#home {
    margin-top: -16px;
}
#cnblogs_post_body a {
    color: #39f;
    text-decoration:none;
}
#cnblogs_post_body a:hover {
    text-decoration:underline;
}
#goTop {
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    bottom: 130px;
    right: 45px;
    background: url(https://img2.imgtn.bdimg.com/it/u=1709150814,3981140910&fm=21&gp=0.jpg);
    background-size: 100% 100%;
}

/*推荐点赞*/
#div_digg {
    position:fixed;
    bottom:5px;
    width:140px;
    right:740px;
    height:50px;
    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);
}

/*固定式按钮，只有推荐按钮*/
.diggit{
    width: 125px;
    height: 50px;
    background: url('https://pic002.cnblogs.com/images/2011/70278/2011050520390113.gif') no-repeat;
    cursor: pointer;
    margin-top: 0px;
     padding-top: 9px;
     padding-left: 38px;
}
.diggnum{
    font-family:Georgia, Serif;
 }
.buryit {
    display:none;
 }
span#digg_count{
    font-size: 20px;
    color:green;
 }


/*点击关注Github毕业设计*/
.jarson-blog {
    position:fixed;
    bottom:15px;
    height:50px;
    width:200px;
    right:150px;
    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);
}



.hljs-keyword {
    color:#ae81ff;
}
.hljs-string {
    color: #e6db74 !important;
}

/*gif加载*/
.loading {
   position: fixed;
   top: 0;
   z-index: 999;
   height: 100%;
   width: 100%;
   text-align: center;
   background: #ffffff;
   font-size: 18px;
   visibility: hidden;
   opacity: 0;
   -webkit-animation: loading 0.5s linear; 
 }
 .loading img {
   margin-top: 100px;
 }
 @-webkit-keyframes loading {
   0%{opacity: 1;visibility: visible;}
   90%{opacity: 1;}
   100%{opacity: 0;visibility: visible;} 
 }

/*超链接样式*/
html body div a
{
      color:#0000CD;
      text-decoration: none !important;
}

/*下面是标题底纹的博客园样式*/
<style type="text/css">
    #cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h1    {
        background: #2B6695;
        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: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h2{
        background: #2B6600;
        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: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }
</style>

/*投票相关的支持按钮*/
/*
.diggit{
    width: 125px;
    height: 50px;
    background: url('https://pic002.cnblogs.com/images/2011/70278/2011050520390113.gif') no-repeat;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 9px;
    padding-left: 38px;
}
.diggnum{
    font-family:Georgia, Serif;
}
.buryit {
    display:none;
}
span#digg_count{
    font-size: 20px;
    color:green;
}*/



/*南尘主页标志：bottom_yuleichegnxue_style*/
@-webkit-keyframes circle {
				from {
					-webkit-transform: rotate(0deg)
				}
				to {
					-webkit-transform: rotate(360deg)
				}
			}
			
			@-moz-keyframes circle {
				from {
					-moz-transform: rotate(0deg)
				}
				to {
					-moz-transform: rotate(360deg)
				}
			}
			
			@-o-keyframes circle {
				from {
					-o-transform: rotate(0deg)
				}
				to {
					-o-transform: rotate(360deg)
				}
			}
			
			@keyframes circle {
				from {
					transform: rotate(0deg)
				}
				to {
					transform: rotate(360deg)
				}
			}
			
			.web_circle .circle {
				-webkit-animation: circle 4s linear infinite;
				-moz-animation: circle 4s linear infinite;
				-o-animation: circle 4s linear infinite;
				animation: circle 4s linear infinite;
			}
			
			.web_circle span {
				position: relative;
				bottom: 70px;
				/*color:#31066f;*/
				color:darkviolet;
				font-size: 16px;
				font-weight: bolder;
				line-height: 20px;
				text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #15c5f9, 0 0 70px #15c5f9, 0 0 80px #15c5f9, 0 0 100px #15c5f9, 0 0 150px #15c5f9;
			}
			
			.web_circle {
				position: fixed;
				right: 55px;
				bottom: 10px;
				text-align: center;
				width: 85px;
				height: 85px;
				border-radius: 50%;
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #CDCDCD, 0 0 35px #CDCDCD, 0 0 40px #CDCDCD, 0 0 50px #CDCDCD, 0 0 75px #CDCDCD;					
			}
			
			.circle {
				margin-top:2px;
				width: 80px;
				height: 80px;
			}
             #ahover:hover{
                cursor: pointer;
              }

/*myMusic*/
#musiccontainer{
		height:64px;
		width: 300px;
		border: 2px solid #169fe6;
		padding: 1px;
		display: block;
		text-align: center;
                margin:0 auto;
                position:fixed;
                bottom:20px;
                z-index:100;
                right:410px;
                background: #fff;
                font-weight:normal;
                overflow：hidden;
                border-radius:5px 5px 5px 5px !important;
                box-shadow: 0 0 0 1px #169fe6, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	}

/*下面是显示评论头像的CSS代码*/
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#qq{
   color:blue;
   font-size:18px;
}