body {
color: #000;
background: url(https://i.imgur.com/eVluHa0.jpg)fixed;
background-size: cover;
background-repeat: repeat;
font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 14px;
min-height: 101%;
 cursor: url(https://raw.githubusercontent.com/zxc2012/NXP_Creative/master/Cursor/basic.cur),auto;
}
#navList a{
font: 14px -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
font-weight:normal;
}
#home {
    opacity: 0.8;
    width:70%;
}
a:hover{
cursor:url(https://raw.githubusercontent.com/zxc2012/NXP_Creative/master/Cursor/basic_press.cur),auto;
} 
#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}/*去掉广告*/
.catListTitle{/*评论框颜色*/
margin-top:21px;
margin-bottom:10.5px;
padding:10px 0 14px 10px;
text-align:left;
border-left:10px solid rgba(82, 168, 236, 0.8);
background-color:#f5f5f5
}
/*******日历*************/
.CalTitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.CalDayHeader{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4;
}
.CalWeekendDay{
font-size:16px;
line-height:2.1;
}
.CalTodayDay{
background-color: #b62525;
color:#fff;
border-radius:50%;
}
#blog-calendar  u{
color:#b62525;
font-weight:600;
text-decoration:none!important;
}
/********日历结束********/
a:active{
 cursor: url(https://raw.githubusercontent.com/zxc2012/NXP_Creative/master/Cursor/aero_move.cur),auto;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace !important;
    font-size: 15px !important;
    min-width:100%;
    background: #282c34 !important;
     line-height:1.7!important;
    padding:1em !important;
    color: #fff;
}/*代码块*/
.hljs-attribute, .hljs-keyword{
color:#66d9ef !important;
} /*void int for*/
.hljs-deletion, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-meta{
color:rgba(152, 230, 5, 0.92) !important;
}/*#include*/
.hljs-built_in,.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition{
color:rgba(223, 226, 44, 1) !important
} /*vector*/
.hljs-bullet, .hljs-link, .hljs-literal, .hljs-number, .hljs-quote{
color:rgba(255, 230, 128, 1) !important
}/*3*/
.hljs-comment, .hljs-quote, .hljs-variable{
color:#6ce26ccf;
}//注释
hljs-builtin-name, .hljs-code, .hljs-section, .hljs-selector-class, .hljs-title{
color:#fff !important;
}/*一般代码*/
#topics{
font-family:
"微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
} /*一般字*/
blockquote {/*>块*/
   background: rgba(247,247,247,0.3);
   border: 2px solid #efefef;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;  
   padding-bottom: 5px;
   margin-top: 10px;
   margin-bottom: 10px;
}
#topics .postBody blockquote /*边框*/
{ background:rgba(247,247,247, 0.3); 
border: none; 
border-left: 5px solid rgba(82, 168, 236, 0.3); 
margin: 0; padding-left: 10px;
 }
#blogTitle{/*飞翔的菜鸟*/
	font-size: 50px;
        background-image: url(https://images.cnblogs.com/cnblogs_com/chanceYu/1613483/o_191214071823timg.png);
	background-position: center;
	background-size: cover;
	font-family: Consolas;
	font-weight: bold;
	font-style: italic;
        height:180px;
	margin-top: 20px;
}
#home{
margin-top:20px;
}
#cnblogs_post_body h2{
border-left:10px solid rgba(82, 168, 236, 0.3);
background:rgba(247,247,247, 0.3);
padding:3px 10px;
} 
/*快速评论*/
#div_digg{
display:none;
}
/*目录*/
/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:16px;
    /*font-family:Arial, Helvetica, sans-serif;*/
    text-align:left;
    opacity: 0.6;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:250px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:rgba(152, 230, 5, 0.92);
}
#sideBarContents{
    float:right;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:180px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    color:rgba(43, 0, 184, 1);
   font-size:18px;
    background-image:url(https://images.cnblogs.com/cnblogs_com/chanceYu/1613483/o_191220070009u=2817245841,3644842799&fm=26&gp=0.jpg);
    background-repeat:no-repeat;
    background-position:top;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
/****评论****/
.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;
}