
#sidebar_postarchive,#profile_block{display:none}
.cp_embed_iframe {height:300px}

.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 20px;
    padding-right: 64px;
    padding-left: 10px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #2175bc;
}


ul#navList li a {
    display: block;
    padding: 0 30px;
    height: 75px;
    font-family: "微软雅黑";
    float: left;
    text-align: center;
    transition-duration: 0.3s;
    color: #333;
    text-decoration: none;
    line-height: 75px;
    font-size: 16px;
    font-weight: bold;
}

ul#navList li a:hover{
    color: #00ACF0;
    border-bottom: 4px solid pink;
}


#hiddenSide{
    position: fixed;
    top: 100px;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    color: white;
    border-radius: 10px;
    background-color: #00ACF0;
    z-index: 1;
}

#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 125px;
    text-align: center;
    margin-top: 10px;
}
#profile_block{
    position: relative;
}




@keyframes animate{from{background-position:-100px}to{background-position:100px}}

/*#navList a:hover{
   background: -webkit-gradient(linear,left top,right top,color-stop(0,#159686),color-stop(0.4,#fff),color-stop(0.5,#fff),color-stop(0.6,#159686),color-stop(1,#159686));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 1.5s infinite;
}
#Header1_HeaderTitle{
     background: -webkit-gradient(linear,left top,right top,color-stop(0,#159686),color-stop(0.4,#fff),color-stop(0.5,#fff),color-stop(0.6,#159686),color-stop(1,#159686));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 1.5s infinite;
}*/

#Header1_HeaderTitle{
    font-size: 16px;
    color: #777;
    text-shadow: 0 1px #DDD;
    transition: color .3s;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
}



.zoomify-shadow{
    background:rgba(255,255,255,1)!important;
}
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td{
   font-size:14px;
}
#cnblogs_post_body ul li{
    margin-top:10px;
}
#cnblogs_post_body p{
   line-height:30px;
}


.dayTitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1pc;
    height: 1pc;
    background: url(https://images.cnblogs.com/cnblogs_com/coco1s/881614/o_icon-schedule.png) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}



* {
  box-sizing: border-box;
 border-radius: 35px;
}

.hero {
  width: 100%;
  height:100%;
  min-height: 200px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translate3d(0,0,0); 
}

@each $index, $speed, $height in (1, 20s, 136px),
                                 (2, 30s, 145px),
                                 (3, 55s, 158px),
                                 (4, 75s, 468px),
                                 (5, 95s, 311px),
                                 (6, 120s, 222px) {
  .layer-#{$index} {
    animation: parallax_fg linear $speed infinite both;
    background:  url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/#{$index}.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:  auto $height;
  }
}

.bike-1, .bike-2 {
  background:  url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/bike.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size:  auto 75px;
  animation: parallax_bike linear 10s infinite both;
}

.bike-2 {
  animation: parallax_bike linear 15s infinite both;
}

@keyframes parallax_fg {  
  0% { background-position: 2765px 100%;} 
  100% {background-position: 550px 100%; } 
}
@keyframes parallax_bike {  
  0% { background-position: -300px 100%;} 
  100% {background-position: 2000px 100%; } 
}

.layer-6 {
    animation: parallax_fg linear 120s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/6.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 200px;
}
.layer-5 {
    animation: parallax_fg linear 95s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/5.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 200px;
}
.layer-4 {
    animation: parallax_fg linear 75s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/4.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 200px;
}

.layer-3 {
    animation: parallax_fg linear 55s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/3.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 40px;
}
.layer-2 {
    animation: parallax_fg linear 30s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/2.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 30px;
}
.layer-1 {
    animation: parallax_fg linear 20s infinite both;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/24650/1.png) 0 100% repeat-x;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 20px;
}





    






.img-phone,.diggword{ display:none}
.uri{
    color:#21759b!important;
   text-decoration: underline!important;
}

.cnblogs-markdown code, .cnblogs-post-body code{
    font-family:Consolas!important;
    border:none!important;
    font-size: 16px!important;
    background:none!important;
    cursor:pointer;
}

.cnblogs-markdown code:hover,.cnblogs-post-body code:hover{
    color: #ff7300;
    text-decoration: none;
    outline: 0;
    text-shadow: 1px 1px 1px #ffd147;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
    font-family:Consolas!important;
    font-size:14px!important;
    background:#f8f8f8!important;
}
.cnblogs-markdown .hljs:hover, .cnblogs-post-body .hljs:hover{
   color:#222!important; 
    text-shadow:none!important;
}


.music{
    width:100%;
    display:none;
}


.cnblogs_code,.cnblogs_code div{
    background:#f8f8ee!important;
}
.book_wrap{
   color:#637368;
}
.book_wrap ul li p{
    cursor:pointer;
}
.book_wrap ul li p:hover{
    color:#2175bc;
}
.book{
    width: 150px;
    display:block;
    margin:10px auto;
}

#navCategory p{
    color:#555;
}
#navCategory a{
    color: palevioletred!important;
}

.widget h4{
    padding-top: 10px;
    color: #637368;
    text-align: center;
}
.day:first-child .postTitle{
  text-indent:0em;
}
.img_avatar{
    display:block;
    width:80%;
    border-radius:100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
#sideBar h3 {
    margin-top: 20px;
    margin-bottom: 10px!important;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 1pc;
    line-height: 2.2;
    position:relative;
}

.feedbackItem{
    border:1px solid #dedede;
}

.c_b_p_desc{
   font-size: 14px;
    color: #333;
    line-height: 200%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.c_b_p_desc a{
    color:#2793C7!important;
}
.c_b_p_desc a:hover{
    color: #2793C7;
    text-decoration: none;
    outline: 0;
}

/**/
#blogTitle h2{
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.imgIns{
    width:100%;
    line-height:25px;
}
.imgIns h3{
    line-height:0px;
    text-align:center;
    font-size:15px!important;
}
.imgIns img{
    width:100%;
}
#instro{
  line-height: 25px;
    padding-bottom: 10px;
    width: 200px;
    font-family:"微软雅黑";
}
#tbCommentBody{
    width:100%;
    height:300px;
}
#under_post_news,#under_post_kb{
    display:none;
}

#sideBar a:hover {
    text-decoration: none!important;
    color:#ff5e52;
}

#green_channel{
    width:100%;
    border-radopus:5px;
    margin-top:20px
    box-shadow:1px 1px 5px #999;
}

//LITTER url
.widget {
    clear: both;
}
.social {
    text-align:center;
    padding: 0 0 10px 0;
}
.social a {
    position: relative;
    color: #fff!important;
    padding-left: 15px;
}
.social a:hover i {
    background-color: #7fb4ab;
}
.social i {
    font-size: 2.5em;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.email {
    background: #eca3ac;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.qq {
    background: #e74c3c;
}
.social .rss {
    background: #ff7c49;
}
.fa-rss:before {
    content: "\f09e";
}

.fa {
    width: 16px;
    font-size: 1.23em;
    text-align: center;
}







//myCSS
.entrylistDescription{
    padding-bottom:30px;
}
.catListEssay ul li ,#TopViewPostsBlock ul li,#TopDiggPostsBlock ul li,#TopFeedbackPostsBlock ul li{
   //overflow: hidden;
   //text-overflow:ellipsis;
   //white-space: nowrap;
}

#stats_article_count{
    display:none;
}
#blog_stats{
    padding-right:60px;
    font-size: 12px;
}
#navList{
    padding-left:10px;
    width:60%;
}
#navList li{
    padding-left:10px;
}
/*
#navList li:nth-child(4),#navList li:nth-child(3),#navList li:nth-child(5){
    display:none;
}*/
#blog-news{
    padding:10px;
    line-height: 30px;
    font-size: 14px;
}
#sidebar_postcategory li , .catListEssay li ,.catListLink li , #sidebar_postarchive li,.catListBlogRank li,.catListView li,.catListFeedback li,.catList li
{
    padding:8px;
    line-height: 25px;
    font-size: 14px;
}

.catListComment li{
    padding:5px;
}



/*demo*/


#back-top {
     position: fixed;
     bottom: 10px;
     right: 5px;
     z-index: 99;
}
#back-top span {
     width: 50px;
     height: 64px;
     display: block;
     background:url(https://images.cnblogs.com/cnblogs_com/seanshao/855033/o_rocket.png) no-repeat center center;
}
#back-top a{outline:none}


/**************************************************
第一部分：
**************************************************/
#EntryTag {
    margin-top: 20px;
    font-size: 9pt;
    color: gray;
}

.topicListFooter {
    text-align: right;
    margin-top: 40px;
    margin-right: 30px;
}

#divRefreshComments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt;
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）
**************************************************/
* {
    margin: 0;
    padding: 0;
}

html {
    /* height: auto; */
    height: auto;
}

body {
    color: #000;
    background:url('https://files.cnblogs.com/files/okaychen/bg.gif');
    background-repeat: repeat;
    background-color:#fff;
    font-size: 14px;
    min-height: 101%;
    font-family: 'Comic Sans MS','微软雅黑';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ul {
    word-break: break-all;
}

li {
    list-style: none;
}


a {
    outline: none;
    color: #21759b;
}

    a:link {
        color: black;
        text-decoration: none;
    }

    a:visited {
        color: #21759b;
        text-decoration: underline;
    }

    a:hover {
        color: #21759b;
    }

    a:active {
        color: black;
        text-decoration: none;
    }

.clear {
    clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。
**************************************************/
/*****home和头部开始**************************/
#home {
    margin: 0 auto;
    width: 100%;
    min-width: 930px;
    /* background-color: #fff; */
    background: transparent;
    /*
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    */
    /* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
    /*
    border-radius: 6px;
    */
}

#header {
    background-color: #fff;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 100%;
    z-index: 200;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

/*博客标题*/
#blogTitle {
    /* clear: both; */
    /* width: 300px; */
    display: inline-block;
    float: left;
    padding-left:20px;
}
    /*主标题格式*/
    #blogTitle h1 {
    font-size: 23px;
    line-height: 2em;
}


    /*次标题格式*/
    #blogTitle h2 {
        font-weight: normal;
        font-size: 15px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        float: left;
        white-space: nowrap;		
        color: #ccc;
    }

	/*logo图片*/
#blogLogo {
    float: right;
}

/*头部导航栏*/
#navigator {
    width:95%!important;
    margin:20px auto;
    display: inline;
    font-size: 15px;
    border-radius: 10px;
    height: 55px;
    clear: both;

}

/*导航栏设置,可以自定义导航栏的目录*/
#navList {
    min-height: 35px;
    float: left;
    height: 55px;
}

    #navList li {
        float:left;
        /*margin: 0 5px 0 0;*/
        height: 85px;
    }

  
/*博客统计*/
.blogStats {
    color: #444;
    text-align: right;
    height: 55px;
    padding-right: 20px   
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main {
    width: 85pc;
    text-align: left;
    margin: 40px auto;
    margin-top:30px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
}

#mainContent .forFlow {
    float: none;
    width: auto;
}

#mainContent {
   float:left;
   margin:0 auto;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
        width: 1050px;
	font-size: 14px;
    padding: 0px 20px 20px 20px;

}
/*每日文章列表*/
.day {
    min-height: 10px;
    _height: 10px;
    padding-bottom: 5px;
    position: relative;
    border-radius: 2px;
       box-shadow: 0px 0px 8px #999;
    margin-bottom:10px;
    padding: 30px;
     background: #fff;
}

.dayTitle {
    display: none;
    border: 1px solid #21759b;
    background: azure;
    border-radius: 50%;
    font-size: 14px;
    height: 65px;
    line-height: 1.5;
    margin: 15px;
    text-align: center;
    width: 63px;
    margin-left: -100px;
    clear: both;
    position: absolute;
    top: -15px;
}

    .dayTitle a {
        display: inline-block;
        color: #21759b;
        margin-top: 15px;
        width: 60px;
    }
/*文章标题*/
.postTitle {
	/*
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    */
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #000;
        transition: all 0.2s linear 0s;
    }

    .postTitle a:hover {
        /* margin-left: 30px; */
        color: #2793C7;
        text-decoration: none;
    }
	
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    font-size:20px;
}

/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #333;
    float: left;
    width: 100%;
    clear: both;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 14px;
    line-height: 1.8;
}

    .postDesc a:link, .postDesc a:visited, .postDesc a:active {
        color: #666;
    }

    .postDesc a:hover {
        color: #2793C7;
        text-decoration: none;
    }
	
/*一日内多篇文章分割区域*/
.postSeparator {
    clear: both;
    height: 1px;
    width: 100%;
    clear: both;
    float: right;
    margin: 0 auto 15px auto;
}
/*****主页文章列表开始**************************/

/*****侧边栏开始********************************/
#sideBar {
    /* margin-top: -15px; */
    width: 310px;
    min-height: 200px;
    padding: 0px 0 0px -5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    background: #fff;
    box-shadow: 0px 0px 8px #999;
    padding:10px;
}

    #sideBar a {
        color: #666;
    }
  #sideBar a:hover {
        color: #ff7300;
        text-decoration: none;
        outline: 0;
        text-shadow: 1px 1px 1px #ffd147;
    }
.div_my_zzk {
    width: 175px;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}

#btnZzk {
    background: url("images/blog_search.png") no-repeat 5px 5px;
}

#widget_my_google input[type=button] {
    background: url("images/google_search.png") no-repeat 5px 5px;
}

.input_my_zzk {
    border: 1px solid #ccc;
    width: 100%;
    height: 25px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
}

.btn_my_zzk {
    font-size: 14px;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;	
    width: 25px;
    height: 25px;
    color: transparent;
    border: 0;
    border-style: none;
    cursor: pointer;
    top: 1px;
    position: absolute;
    right: -35px;
}

.input_my_zzk:hover {
    border: 1px solid #21759b;
    transition: all 0.4s linear 0s;
}

.input_my_zzk:focus {
    border: 1px solid #21759b;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    margin-bottom: -10px;
    word-wrap: break-word;
    border-radius:2px;
}

    .newsItem .catListTitle {
        margin-top:0px!important;
    }
/**日历控件样式开始**/

#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
}

    #blog-calendar td {
        font-size: 14px;
        font-family: "Comic Sans MS";
    }

    #blog-calendar th {
        font-size: 14px;
    }

#calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    border: 1px solid #EDEDED;
    box-shadow: 0 1px 3px #ccc;
}

    #calendar .Cal {
        width: 100%;
        line-height: 1.5em;
    }

    #calendar td {
        font-family: "Comic Sans MS";
        background: #FFFFFF;
        padding-top: 2px;
    }

.Cal { /**日历容器table**/
    border: none;
    color: #666;
}

#calendar table a:link, #calendar table a:visited, #calendar table a:active {
    font-weight: bold;
}

#calendar table a:hover {
    color: white;
    text-decoration: none;
}

.CalTodayDay { /**今天日期样式**/
    background: #3671a5 !important;
    color: #FFF;
    font-weight: bold;
}

.CalWeekendDay {
    padding-top: 4px;
    padding-bottom: 4px;
}

.CalOtherMonthDay {
    color: #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}

#calendar .CalNextPrev a:link, #calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active { /**上个月、下个月箭头样式**/
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
}

.CalDayHeader {
    background: #F8F8F8;
    font-weight: 100;
    color: #5E5F63;
}

.CalTitle { /**日历年月头部样式**/
    background: #6293bb;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
}

    .CalTitle td {
        background: #F8F8F8 !important;
        border: 0px !important;
        color: #5E5F63;
        font-family: "Comic Sans MS";
    }
/**日历控件样式结束**/
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    text-align: left;
}

.catListComment {
    line-height: 1.5em;
}

.divRecentComment {
    text-indent: 2em;
    color: #494949;
    margin-bottom: 20px;
}

#sideBarMain ul {
    line-height: 1.5em;
}

/*****侧边栏结束********************************/


/****文章阅读页面***********/
#topics {
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    border-radius: 2px;
    box-shadow: 0px 0px 8px #999;
    background:#fff;
}
    /*单独文章阅读页面的 文章标题*/
    #topics .postTitle {
        border: 0px;
        font-size: 120%;
        float: left;
        line-height: 1.5em;
        width: 100%;
        /*padding-left: 1px;/*原5px*/
        padding-left: 0;
        margin: 15px;
        text-indent:-0.5em;
        position:relative;
    }
/*文章内容*/
.postBody {
    color: #000;
    margin: 15px;
}
/*文章tag区域*/
#EntryTag {
    color: #666;
}

    #EntryTag a {
        margin-left: 5px;
        height: 20px;
        line-height: 20px;
        color: #333333;
        padding: 3px 14px;
        border-radius: 2px;
        margin: 2px 5px 0;
        background: #e7e7e7;
        text-decoration: none;
    }

        #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
            color: #666;
        }

        #EntryTag a:hover {
            color: #f5f5f5;
            background: #21759b;
            transition: all 0.4s linear 0s;
}		
/*文章分类的标签：在文章阅读页面最尾部*/
#BlogPostCategory {
    color: #666;
}

    #BlogPostCategory a {
        margin-left: 5px;
        height: 20px;
        line-height: 20px;
        color: #333333;
        padding: 3px 14px;
        border-radius:2px;
        margin: 2px 5px 0;
        background: #e7e7e7;
        text-decoration: none;
    }

        #BlogPostCategory a:link, #BlogPostCategory a:visited, #BlogPostCategory a:active {
            color: #666;
        }

        #BlogPostCategory a:hover {
            color: #f5f5f5;
            background: #21759b;
        }

#topics .postDesc {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #666;
    background: none;
    text-align:justify;
    padding: 0 10px;
}


.feedback_area_title {
    font: normal normal 16px/35px "Microsoft YaHei";
    margin: 10px 0 30px;
    border-bottom: 2px solid #cccccc;
}

.louzhu {
    background: transparent url('images/icoLouZhu.gif') no-repeat scroll right top;
    padding-right: 16px;
}

.feedbackListSubtitle {
    color: #A8A8A8;
}

    .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
        color: #21759b;
        font-weight: bold;
    }

    .feedbackListSubtitle a:hover {
        color: #21759b;
        text-decoration: underline;
    }

    .feedbackListSubtitle b {
        color: #21759b;
    }

    .feedbackListSubtitle a.sendMsg2This{
        display: none;
    }

.feedbackManage {
    width: 200px;
    text-align: right;
    float: right;
}

.feedbackCon {
    /*border-bottom: 1px solid #EEE;*/
    padding: 10px 20px 10px 5px;
    min-height: 35px;
    _height: 35px;
    margin-bottom: 1em;
    line-height: 1.5;
    width: 100%;
    color: #000;
}

#divRefreshComments {
    text-align: right;
    margin-bottom: 10px;
}

.commenttb {
    padding: 10px;
    margin-bottom: 10px;
    width: 50%;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 320px;
}

    .commenttb:hover {
        color: #333;
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        transition: all 0.4s linear 0s;
    }

.commentTextBox {
    width: 430px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commentTextBox:hover {
        color: #333;
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        transition: all 0.4s linear 0s;
    }

#AjaxHolder_PostComment_btnSubmit {
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #21759b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

    #AjaxHolder_PostComment_btnSubmit:hover {
        background: #333;
    }

#AjaxHolder_PostComment_divCommnentArea tr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*博客园评论框*/
.comment_vote {
    padding-right: 10px;
}

    .comment_vote a {
        color: #999;
    }

        .comment_vote a:hover {
            color: #21759b;
        }

#commentform_title {
    font: normal normal 16px/35px "Microsoft YaHei";
    margin: 10px 0 30px;
    border-bottom: 2px solid #cccccc;
    background-image: none;
    padding: 0;
}

#comment_form_container .author {
    padding: 15px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 320px;
    height: 20px;
    background-image: none;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align:left;
}

.commentbox_title_left {
    font-size: 14px;
}

.commentbox_title_right {
    float: left;
}

#comment_form_container .comment_textarea {
    width: 100%;
    height: 300px;
    font-size: 14px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    #comment_form_container .comment_textarea:hover {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        transition: all 0.4s linear 0s;
    }

    #comment_form_container .comment_textarea:focus {
        outline: 0;
    }

.comment_btn {
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #21759b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

    .comment_btn:hover {
        background: #333;
    }

#comment_form_container {
}
/****查看文章页面开始*************************/

/****列表页面开始******************************/
/*
.entrylistTitle, .PostListTitle, .thumbTitle { 
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    color: #21759b;
}

.entrylistDescription {
    color: #666;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 100%;
    box-shadow: 0px 0px 8px #999;
    background:#fff;
}

.entrylistPosttitle {
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 3px solid #21759b;
    font-size: 20px;
    width: 100%;
}

    .entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .entrylistPosttitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }

.entrylistPostSummary {
    margin-top: 5px;
    margin-bottom: 5px;
}

.entrylistItemPostDesc {
    margin-top: 20px;
    text-align: left;
    color: #757575;
    padding-left: 5px;
}

    .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
        color: #666;
    }

    .entrylistItemPostDesc a:hover {
        color: #21759b;
    }

.entrylist .postSeparator {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
}
*/

.divRecentCommentAticle a {
    color: #000;
}

.pager {
    text-align: right;
    margin-right: 10px;
   background-color:#ffffff;
    border-radius: 35px;
}

    .pager a {
        box-shadow: 0 1px 3px #3671a5;
        border: 1px solid #3671a5;
        background: #3671a5;
        color: white;
        transition: all 0.4s linear 0s;
    }

        .pager a:hover {
            background: #000;
        }

.entrylist {
    border-radius: 2px;
    padding: 20px;
}
.entrylistTitle, .PostListTitle, .thumbTitle {
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    /*border-bottom: 2px solid #e6e6e6;*/
    font-weight: bold;
}
.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    /* padding-top: 10px; */
    width: 100%;
    box-shadow: 0px 0px 8px #999;
    background:#fff;
    border-radius: 3px;
    /* padding: 10px; */
}
.entrylistPosttitle {
    /* padding-left: 15px; */
    margin-bottom: 10px;
    /* border-left: 3px solid #21759b; */
    font-size: 20px;
    width: 100%;
    padding: 10px;
}
    .entrylistPosttitle a{
        white-space: nowrap;
    }
.entrylistPostSummary {
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 10px;
}
.entrylistItemPostDesc {
    margin-top: 20px;
    text-align: left;
    color: #757575;
    padding-left: 10px;
}

/*
.PostList {
    border-bottom: 1px solid #ccc;
    clear: both;
    min-height: 1.5em;
    _height: 1.5em;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.postTitl2 {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.postDesc2 {
    color: #666;
    float: right;
}

.postText2 {
    clear: both;
    color: #757575;
}
*/
#myposts {
    padding: 20px;
    background: rgba(0,0,0,0.2);
    border-radius:2px;
}

#myposts .myposts_title {
    font-size: 16px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
}

#myposts .PostList {
    /* margin-right: 20px; */
    /* margin-top: 10px; */
    /* font-size: 13px; */
    margin-bottom: 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
    /* line-height: 50px; */
    padding-left: 10px;
}

.postTitl2 {
    /* float: left; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* font-size: 14px; */
    height: 50px;
    line-height: 25px;
}

.postTitl2 a{
    display: block;
    white-space: nowrap;
    text-decoration: none;

}

#myposts .postDesc2 {
    font-size: 12px;
    text-align: right;
    /* float: right; */
    padding-right: 10px;
    display: block;
    white-space: nowrap;
}
/*留言*/
.pfl_feedback_area_title {
    text-align: right;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.pfl_feedbackItem {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.pfl_feedbacksubtitle {
    width: 100%;
    height: 1.5em;
}

.pfl_feedbackname {
    float: left;
}

    .pfl_feedbackname a {
        color: #21759b;
        font-weight: bold;
    }

.pfl_feedbackManage {
    float: right;
}

.pfl_feedbackCon {
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pfl_feedbackAnswer {
    color: #F40;
    text-indent: 2em;
}

.tdSentMessage {
    text-align: right;
}

.errorMessage {
    width: 300px;
    float: left;
}

#Profile1_panelAdd input[type=text], #Profile1_txtContent {
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    #Profile1_panelAdd input[type=text]:hover, #Profile1_txtContent:hover {
        color: #333;
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
        transition: all 0.4s linear 0s;
    }

    #Profile1_panelAdd input[type=text]:focus, #Profile1_txtContent:focus {
        outline: 0;
        border-color: rgba(82, 168, 236, 0.8);
    }

#Profile1_panelAdd input[type=submit] {
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #21759b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

    #Profile1_panelAdd input[type=submit]:hover {
        background: #333;
    }

.feedbackListSubtitle {
    clear: both;
    color: #A8A8A8;
    padding: 8px 5px;
}

.feedbackItem {
    color:#000;
    margin-top: 30px;
    background: rgba(255,255,255,0.4);
    border-radius: 2px;
}
/****列表页面结束******************************/

/****相册页面开始******************************/
.divPhoto {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 10px;
}

.thumbDescription {
    color: #757575;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 30px;
}
/****相册页面开始******************************/


/*****留言页面开始*****************************/
#footer {
    text-align: center;
    padding: 30px;
    color: #333;
}
/*留言查看页面的个人信息*/
.personInfo {
    margin-bottom: 20px;
}
/*留言分页区域*/
.pages {
    text-align: right;
}
/*****留言页面结束*****************************/
/*****第三部分结束*******************************/

/**************************************************
第四部分：文章内容常用标签格式。
**************************************************/
/*文章内部常用标签格式*/
.postBody {
    line-height: 1.8;
}

    .postBody p, .postCon p {
        text-indent: 2em;
		color: black;  
		font: "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
        margin: 0 auto 1em auto;
    }	
    .postBody h2 {
        font-size: 150%;
        margin: 15px auto 2px auto;
        font-weight: bold;	
    }

    .postBody h3 {
        font-size: 120%;
        margin: 15px auto 2px auto;
        font-weight: bold;
    }

    .postBody h4 {
        font-size: 110%;
        margin: 15px auto 2px auto;
        font-weight: bold;
        color: #333;
    }

    .postBody h5 {
        font-size: 100%;
        margin: 15px auto 2px auto;
        font-weight: bold;
        color: #333;
    }

.postBody ul, .postCon ul {
    margin-left: 2em;
}

.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}

.postBody blockquote {
    width: 90%;
    margin: 15px auto;
    padding: 6px 0 6px 50px;
    color: #666;
    background: white url(https://www.cnblogs.com/images/blockquote.gif) top left no-repeat;
    border: 2px solid #efefef;
}

/*****第四部分结束*******************************/

#sideBar {
    font-size: 14px;
}

/*移动端适配*/

@media (max-width: 601px) {

.day{padding: 30px 15px 15px 15px;}

.postDesc { text-align:left;font-size: 12px; }

.hero,#hiddenSide {
    display:none;
}

#home #header {
      top:-70px!important;
}

  #div_digg,.music{display:none}
   
  #header{
    background:none;
   }

   .img-phone{
    width:80px;
    display:block;
    margin: 0 auto;
    margin-top:20px;
  }

     body{
         color: #000;
         /*background: url(https://files.cnblogs.com/files/okaychen/o_bg.ico);*/
         font-family: "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
         font-size: 14px;
         min-height: 101%;
    }
   
    #div_digg{
        bottom: 75px;
        left: 10px;
   }
   #blog_stats{
        padding-right:0px;
        font-size:13px;
    }
   #navList li {
        float: left;
        /*margin: 0 5px 0 0;*/
        height: 85px;
    }

   #main{
     width: 96%!important;
   }
   .imgIns{
      margin-top:20px;
   }
  #blogTitle{
   height:auto;
   margin-right:0px;

}
  #home {
  min-width: 0;
}
#home #header {
  width: 100%;
  position: absolute;
  display: block;
  top:0px;
  height:70px;
  box-shadow: 0px 0px 10px #222;
  background: #3f51b5;
  font-family: 'Comic Sans MS','微软雅黑';
}
#Header1_HeaderTitle{
   font-size: 26px;
   color:#fff;
}
#blogTitle h2{
  font-size: 12px;
}
#home #header #blogTitle {
  background-position: left top;
     display:block;
     text-align:center;  
    width:100%;
    padding-left: 0px;
}
#home #header #navigator {
    display:none;
}
#home #header #navigator > ul#navList {
    height: 35px;
  
}
#home #header #navigator > ul#navList>li{
    height: 35px;
    margin: 0;
}
#home #header #navigator > ul#navList>li>a{
    height: 35px;
    line-height: 35px;
}
#home #header #navigator .blogStats{
    height: 35px;
    line-height: 35px;
    padding-right:0px;
}
/*
#home #header #navigator:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  color: #29A7E1;
  background-image: url("https://www.cnblogs.com/images/cnblogs_com/iyangyuan/434969/t_home_menu.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  -webkit-transform: translate3d(0, -50%, 0);
}*/
#home #main {
  position: relative;
  min-width: 0;
  margin-top: 75px;
}
#home #main #mainContent {
  position: relative;
  float: none;
  margin: 0;
  background:#fff;
  width:100%;
  padding: 0px;
}
#home #main #mainContent .forFlow {
  margin: 0;
}
#home #main #mainContent div.commentform input.author {
  width: 100px;
}
#home #main #mainContent div.commentform textarea.comment_textarea {
  width: 100%;
}
#home #main #sideBar{
    width: 100%;
    margin: 10px auto;
    border-radius: 2px;
    background: #fff;
}

.widget,
#sidebar_postarchive,
#sidebar_topcommentedposts{
 display:none;
}
#home #main .postBody #cnblogs_post_body img {
  width: 100%;
}
.code_img_closed,.code_img_opened{
    width:auto!important;
}

.cnblogs_code_copy a img{
   width:20px!important;
}

#footer{
    padding: 15px;
 }
}
@media (min-width: 402px) and (max-width: 601px) {
  #navigator > ul#navList {
  animation: arrowup 10s linear 0 infinite alternate;
  -webkit-animation: arrowup 10s linear 0 infinite alternate;
  -moz-animation: arrowup 10s linear 0 infinite alternate;
}
@-webkit-keyframes arrowup {
  0% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
25% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
50% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
100% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}

}

}
@media (min-width: 302px) and (max-width: 401px) {

@-webkit-keyframes arrowup {
  0% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
15% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
30% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
45% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
60% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}
100% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}

}

}
@media (min-width: 202px) and (max-width: 301px) {
  #navigator > ul#navList {
  animation: arrowup 20s linear 0 infinite alternate;
  -webkit-animation: arrowup 20s linear 0 infinite alternate;
  -moz-animation: arrowup 20s linear 0 infinite alternate;
}
@-webkit-keyframes arrowup {
  0% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
12% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
24% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
36% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
48% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}
60% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}
72% {
  transform: translate3d(0, -126px, 0);
  -webkit-transform: translate3d(0, -126px, 0);
  -moz-transform: translate3d(0, -126px, 0);
}
100% {
  transform: translate3d(0, -126px, 0);
  -webkit-transform: translate3d(0, -126px, 0);
  -moz-transform: translate3d(0, -126px, 0);
}

}

}
@media (max-width: 201px) {
  #navigator > ul#navList {
  animation: arrowup 20s linear 0 infinite alternate;
  -webkit-animation: arrowup 20s linear 0 infinite alternate;
  -moz-animation: arrowup 20s linear 0 infinite alternate;
}
@-webkit-keyframes arrowup {
  0% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
6% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
12% {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
18% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
24% {
  transform: translate3d(0, -42px, 0);
  -webkit-transform: translate3d(0, -42px, 0);
  -moz-transform: translate3d(0, -42px, 0);
}
30% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}
36% {
  transform: translate3d(0, -84px, 0);
  -webkit-transform: translate3d(0, -84px, 0);
  -moz-transform: translate3d(0, -84px, 0);
}
42% {
  transform: translate3d(0, -126px, 0);
  -webkit-transform: translate3d(0, -126px, 0);
  -moz-transform: translate3d(0, -126px, 0);
}
48% {
  transform: translate3d(0, -126px, 0);
  -webkit-transform: translate3d(0, -126px, 0);
  -moz-transform: translate3d(0, -126px, 0);
}
54% {
  transform: translate3d(0, -168px, 0);
  -webkit-transform: translate3d(0, -168px, 0);
  -moz-transform: translate3d(0, -168px, 0);
}
60% {
  transform: translate3d(0, -168px, 0);
  -webkit-transform: translate3d(0, -168px, 0);
  -moz-transform: translate3d(0, -168px, 0);
}
66% {
  transform: translate3d(0, -210px, 0);
  -webkit-transform: translate3d(0, -210px, 0);
  -moz-transform: translate3d(0, -210px, 0);
}
72% {
  transform: translate3d(0, -210px, 0);
  -webkit-transform: translate3d(0, -210px, 0);
  -moz-transform: translate3d(0, -210px, 0);
}
78% {
  transform: translate3d(0, -252px, 0);
  -webkit-transform: translate3d(0, -252px, 0);
  -moz-transform: translate3d(0, -252px, 0);
}
84% {
  transform: translate3d(0, -252px, 0);
  -webkit-transform: translate3d(0, -252px, 0);
  -moz-transform: translate3d(0, -252px, 0);
}
90% {
  transform: translate3d(0, -296px, 0);
  -webkit-transform: translate3d(0, -296px, 0);
  -moz-transform: translate3d(0, -296px, 0);
}
100% {
  transform: translate3d(0, -296px, 0);
  -webkit-transform: translate3d(0, -296px, 0);
  -moz-transform: translate3d(0, -296px, 0);
}

}

}

/*
推荐按钮
*/
#div_digg{
 position:fixed;
  bottom:5px;
  width:140px;
  right:50px;
  border:2px solid #085;
  padding:10px;
  width:auto;
  background-color:rgba(255,255,255,1);
  opacity:1;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  transition-duration: 0.5s;
}

/*
博客背景、一级|二级标题
*/
#cnblogs_post_body h3{
    color:#333;
    font-size:18px;
}


#cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h1    {
      border-radius: 4px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
      
    }
#cnblogs_post_body h2{
    border-radius: 4px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0;
    margin-top: 10px;
    margin-bottom: 10px;
    }

/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}


.MySignature_img{
    width:100px;
    border-radius:10px;
    box-shadow:1px 1px 10px #222
}
#navCategory p{
    color:#555;
}
#navCategory a{
    color: palevioletred!important;
}
#MySignature h2{
    color:#637368;
    font-size:14px;
}
.widget h4{
    padding-top: 10px;
    color: #637368;
    text-align: center;
}
.day:first-child .postTitle,#Copyright p{
  text-indent:0em;
  font-size:14px;
}

#MySignature{
    color: #637368;
    font-size: 17px;
    margin:20px 0px;
    text-align:left;
    text-indent:0px!important;
    border: 1px solid gainsboro;
    padding: 10px;
    border: 2px dashed rgb(255, 191, 191);
    border-radius: 3px;
    background-color: rgb(255, 247, 220);
}
#Copyright {
    font-size: small;
}
.com{
    margin: 12px auto 0px auto!important;
    font-weight: bold;
    color:#637368!important;
    text-indent:0px!important;
    
}
.com a{
   color:#3d81ee!important;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
}


/*关注按钮*/
#p_b_follow{
  display: block;
}
#p_b_follow a:hover{
    color:#fff;
}

#p_b_follow a,#p_b_follow span{
    color:#FF9800!important;
}

/*
#p_b_follow {
        display: block;
        text-align:center;
	background-color:#3bb3e0;
	width:150px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	margin-top:40px;
	padding-bottom:10px;
	padding-top:20px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

#p_b_follow:active {
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 4px 1px #0b698b, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: 0px 2px 0px 1px #156785, 0px 5px 3px #999;
	-o-box-shadow: 0px 2px 0px 1px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 4px 1px #0b698b, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
#p_b_follow::before {
	background-color:#fff;
	background-image:url(https://files.cnblogs.com/files/okaychen/heart.gif);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:150px;
	height:50px;
	position:absolute;
	top:-30px;
	left:0px;
	margin-top:-11px;
	z-index:-1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#p_b_follow:active::before {
	top: -30px;	
	-webkit-box-shadow: 0px 3px 0px #ccc;
	-moz-box-shadow: 0px 3px 0px #ccc;
	-o-box-shadow: 0px 3px 0px #ccc;
	box-shadow: 0px 3px 0px #ccc;
}*/

/*
.postTitle:before {
    position: absolute;
    top: 35px;
    left: 0;
    width: 1.1pc;
    height: 1.1pc;
    background: url(https://files.cnblogs.com/files/okaychen/data.ico) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}

#silde-github:before, #slide-collect:before, #slide-others:before, .catListTitle:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(https://files.cnblogs.com/files/okaychen/cap.ico) no-repeat center center;
    background-size: 100% 100%;
    content: "";
}*/

.postDesc{
margin-bottom:20px;

}


//后加
.c_b_p_desc{
border-radius:0px;
}
.c_b_p_desc{
border-radius:0px;
}
.postTitle {
border-radius:0px;
}

.day:first-child .postTitle, #Copyright p{
border-radius:0px;
}

.day {
border-radius:35px;
margin-top:20px;
}







