/*头部导航*/
#navigator,
    /*广告*/
#ad_t2,
#cnblogs_c1,
#cnblogs_c2,
#under_post_news,
#under_post_kb,
    /*评论刷新*/
#comment_nav,
    /*文章底部识别*/
#topicListFooter,
    /*反对*/
.buryit,
    /*文章底部作者信息*/
#author_profile,
    /*文章列表底部*/
.postSeparator,
    /*文章列表描述*/
.day > .postDesc,
    /*文章列表摘要*/
.postCon {
    display: none;
}

/*主体*/
body {
    background: #DFF5E8 url(//images.cnblogs.com/cnblogs_com/xingkongbj/1214848/o_lake.jpg) no-repeat fixed center;
    background-size: cover;
}

/*修复日历右侧按钮错位*/
.CalNextPrev {
    text-align: center !important;
}

/*侧边栏*/
#sideBar {
    display: none;
    font-family: "Comic Sans MS", "Helvetica", "Microsoft Yahei", "Verdana", "Arial", "sans-serif";
}

/*公告*/
#blog-news {
    text-align: center;
}

/*主体框*/
#home {
    margin-top: 20px;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

#main {
    margin-top: 10px;
}

#mainContent {
    margin-left: 0;
    width: 100%;
    -webkit-transition: width 1s ease 0s;
    -moz-transition: width 1s ease 0s;
    -ms-transition: width 1s ease 0s;
    -o-transition: width 1s ease 0s;
    transition: width 1s ease 0s;
}

#mainContent .forFlow {
    margin-left: 0;
}

/*博客名*/
#Header1_HeaderTitle {
    font-family: "Comic Sans MS", "Helvetica", "Microsoft Yahei", "Verdana", "Arial", "sans-serif";
    text-decoration: none;
}

#topics .postDesc {
    text-align: right;
}

#profile_block {
    margin-top: 19px;
    line-height: 1.5;
    text-align: left;
    font-size: larger;
    margin-left: 40px;
}

.postBody p,
.postCon p {
    text-indent: 2em;
    margin: 0 auto 1em auto;
}

.liScore,
.liRank {
    color: cadetblue;
}

.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    color: #21759b;
    font-size: 20px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

/*文章标题*/
#topics .postTitle {
    border: 0;
    font-size: 130%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    text-align: center;
}

/*首页文章标题*/
.day .postTitle {
    border-left: 0 solid #21759b;
    margin-bottom: 0;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    text-align: center;
}

#nav_next_page a{
    /*翻页样式*/
    background: #3671a5;
    color: white;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    display: inline-block;
    padding: 0 6px;
    border: 0 none;
    box-shadow: none;
    border-radius: 10px;
}

#nav_next_page > a {
    padding: 5px 12px;
}

.topicListFooter {
    /*首页 下一页div*/
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

#blogTitle {
    /*博客标题*/
    height: 60px;
    clear: both;
    text-align: center;
}

#blogTitle h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: -30px;
}

#blogTitle h2 {
    /*博客副标题*/
    font-family: "Comic Sans MS", "Helvetica", "Microsoft Yahei", "Verdana", "Arial", "sans-serif";
    font-size: 10px;
    float: inherit;;
}

.cnblogs_code {
    /*代码*/
    border: 1.5px solid #DDD;
    border-left: 3px solid #6CE26C;
    background-color: #E1FFFC;
}

.cnblogs_code div {
    background-color: #E1FFFC;
}

.cnblogs_code pre {
    background-color: #E1FFFC;
    border: solid 0 #ccc;
}

.div_my_zzk {
    margin-left: 8px;
}

.dayTitle {
    /*日期title*/
    display: block;
    border: 0 solid #21759b;
    background: rgba(240, 255, 255, 0);
    border-radius: 10px;
    font-size: 12px;
    height: 20px;
    margin: 0;
    text-align: center;
    clear: both;
    position: relative;
    top: 0;
}

.dayTitle a {
    color: #21759b;
    display: flow-root;
    margin-top: 6.5px;
    width: 100px;
}

#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    width: 125px;
    text-align: center;
    position: fixed;
    color: #21759b;
    border-radius: 10px;
    padding: 5px;
    font-size: 15px;
    font-family: "Comic Sans MS", "Helvetica", "Microsoft Yahei", "Verdana", "Arial", "sans-serif";
    right: 230px;
    bottom: -10px;
    cursor: pointer;
    margin-top: 10px;
}

.diggit {
    /*推荐*/
    float: left;
    width: 46px;
    border: 0 solid #21759b;
    height: 48px;
    background: url("//files.cnblogs.com/files/xingkongbj/dianup.ico") no-repeat;
    text-align: center;
    margin-top: 2px;
    padding-top: 5px;
    margin-left: 39px;
}

#digg_tips {
    color: #21759b;
}

#green_channel {
    /*分享按钮*/
    margin: auto;
    border: silver 0 dashed;
}

.feedbackItem {
    /*评论栏*/
    margin-top: 15px;
    border: 1px solid #21759b;
    background: #f0ffff;
    border-radius: 10px;
}

.feedbackCon {
    /*评论内*/
    border-bottom: 0 solid #EEE;
}

.body_right img {
    /*评论头像*/
    border: 0;
    border-radius: 40px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#div_digg .diggnum {
    /*推荐数量*/
    line-height: 3em !important;
    color: white;
    padding-left: 2px;
    margin-top: 2px;
}

.diggword {
    /*推荐文字*/
    margin-top: 0;
}

#aboutme {
    background-image: radial-gradient(ellipse farthest-corner at center top, #0c9292 0%, #0c5a5a 100%);
    color: white;
}

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img, .zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}

.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor: default;
}

.postCon a:link, .postCon a:visited, .postCon a:active {
    /* 阅读全文 */
    color: #3671a5;
    font-size: 15px;
}

/*代码css*/
.code {
    border: 1px solid #ccc;
    padding: 5px;
    background: #eee;
    color: #004080;
    overflow: auto;
    font-family: "Consolas", "Courier New", "Fixedsys";
}

.longcode {
    border: 1px solid #ccc;
    padding: 5px;
    background: #eee;
    color: #004080;
    overflow: auto;
    height: 200px;
    font-family: "Consolas", "Courier New", "Fixedsys";
}

.console {
    border: 1px solid #ccc;
    padding: 2px;
    background: #000;
    color: #ccc;
    overflow: auto;
    font-family: "Verdana";
}

pre {
    border: solid 1px #ccc;
    padding: 5px;
    overflow: auto;
    background: #eee;
    color: #004080;
    font-family: "Consolas", "Courier New", "Fixedsys";
}

.day {
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    border-left: 2px dotted #21759b;
}

.newsItem,
.catListEssay,
.catListLink,
.catListNoteBook,
.catListTag,
.catListPostCategory,
.catListPostArchive,
.catListImageCategory,
.catListArticleArchive,
.catListView,
.catListFeedback,
.mySearch,
.catListComment,
.catListBlogRank,
.catList,
.catListArticleCategory {
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 2px 5px 0 #ddd;
    margin-bottom: 30px;
    word-wrap: break-word;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}

#blog-sidecolumn h3,
.newsItem h3 {
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

#blog-sidecolumn ul,
.newsItem #blog-news {
    font-size: 0.9em;
    padding: 15px 20px;
}

.gallery img {
    max-width: 960px;
    height: unset;
}

/*文章主体*/
#cnblogs_post_body img {
    max-width: 950px;
}

#cnblogs_post_body p {
    margin: 2px auto;
    font-size: 1.1em;
    text-indent: 0;
    font-family: "lucida grande", "lucida sans unicode", "lucida, helvetica", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
}

#cnblogs_post_body h1 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #ffffff;
    border-left: 8px solid #3186ad;
    border-radius: 10px;
    padding: 5px 8px;
    background-color: #3186ad;
}

#cnblogs_post_body h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #3480a2;
    border-left: 5px solid #2b98ca;
    padding: 2px 5px;
    background-color: #f5f5f5;
}

#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #3080a5;
    padding: 0 2px;
}

/*评论框*/
#comment_form_container .comment_textarea {
    width: 97%;
    border-radius: 10px;
    border: 1px solid #21759b;
    background: #f0ffff;
}

.blog_comment_body {
    word-wrap: break-word;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 8px;
}

#comment_form_container .login_tips {
    background-image: none;
}

#comment_form_container p {
    text-align: center;
}

#commentform_title {
    margin: 0;
    border-bottom: 0 solid #cccccc;
    background-image: none;
    padding: 0;
    text-align: center;
}

#commentbox_opt > a {
    width: 100px;
    height: 38px;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #21759b;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
}

/*底部标志*/
#footer {
    margin-top: 0;
    margin-bottom: -20px;
}