/*公用*/
body {
    font-size:16px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background:#fafafa  no-repeat top center fixed;
    min-width:1200px;
}
#home {
    opacity: 1;
    filter: alpha(opacity=95);
    box-shadow:0 0 4px #BBB;
    margin:40px auto;
    width:1100px;
    background:#fff;
    overflow:auto;
    /*border:solid 1px #fff;*/
}
/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#606060;
    text-decoration:none;
    transition: all 0.4s linear;
}
a:hover {
    color:#3d82bb;
    animation:a_hover 0.4s;
    -moz-animation:a_hover 0.4s; /* Firefox */
    -webkit-animation:a_hover 0.4s; /* Safari and Chrome */
    -o-animation:a_hover 0.4s; /* Opera */
}

@keyframes postTitle_hover
{
from {color:#606060;}
to {color:#3d82bb;}
}

@-moz-keyframes postTitle_hover/* Firefox */
{
from {color:#606060;}
to {color:#3d82bb;}
}

@-webkit-keyframes postTitle_hover/* Safari and Chrome */
{
from {color:#606060;}
to {color:#3d82bb;}
}

@-o-keyframes postTitle_hover/* Opera */
{
from {color:#606060;}
to {color:#3d82bb;}
}

a:visited {
    color:#a5a5a5;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:20px;
}
/*博客大标题*/
#blogTitle,#blogTitle a {
    font-weight:lighter;
    color:#222;
}
#blogTitle .title {
    margin-top:10px;
    height:100px;
    line-height:100px;
    font-size:36px;
    padding-left:120px;
    background:#fff url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_light2.png') no-repeat;
}
.headermaintitle {
    }#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#999;
    font-weight:lighter;
    margin:10px 0;	
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:48px;
    background:##efefef;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow:0 1px #999;
}
#navList li {
    margin:0;
    line-height:48px;
    display:inline-block;
    float:left;
    transition: all 0.4s linear;
}
#navList li:hover {
    box-shadow:0 2px #999;
    animation:navLi 0.4s;
    -moz-animation:navLi 0.4s; /* Firefox */
    -webkit-animation:navLi 0.4s; /* Safari and Chrome */
    -o-animation:navLi 0.4s; /* Opera */
}

@keyframes navLi
{
from {box-shadow:0 2px transparent;}
to {box-shadow:0 2px #999;}
}

@-moz-keyframes navLi/* Firefox */
{
from {box-shadow:0 2px transparent;}
to {box-shadow:0 2px #999;}
}

@-webkit-keyframes navLi/* Safari and Chrome */
{
from {box-shadow:0 2px transparent;}
to {box-shadow:0 2px #999;}
}

@-o-keyframes navLi/* Opera */
{
from {box-shadow:0 2px transparent;}
to {box-shadow:0 2px #999;}
}

#navList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#333;
    display:-moz-inline-box;
    display:inline-block;
}
.blogStats {
    text-align: right;
    margin-right: 64px;
    font-size: 12px;
    height:48px;
    color:#333;
    line-height:48px;
}
#main {
    padding:20px;
}
/*左边*/
#sideBarMain {
    padding:0 10px 0 0;
    background:#fff;
    margin:0 0 20px 0;
    width:200px;
    font-size:12px;
    line-height:22px;
}
#sideBarMain a {
    color:#666;
}
#leftcontentcontainer {
    color:#666;
}
.newsItem {
    color:#666;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    background:#fff;
    padding-bottom:0px;
    float:right;
    width:840px;
    padding-left:0px;
}
/*每日文章列表*/
.day {
    background:#fff;
    padding:0;
    margin:0 0 20px 0;
}
/*博客标题*/
.postTitle a {
    color:#222;
    transition: all 0.4s linear;
}

.postTitle a:hover {
    color:#3d82bb;
    animation:postTitle_hover 0.4s;
    -moz-animation:postTitle_hover 0.4s; /* Firefox */
    -webkit-animation:postTitle_hover 0.4s; /* Safari and Chrome */
    -o-animation:postTitle_hover 0.4s; /* Opera */
}

@keyframes postTitle_hover
{
from {color:#222;}
to {color:#3d82bb;}
}

@-moz-keyframes postTitle_hover/* Firefox */
{
from {color:#222;}
to {color:#3d82bb;}
}

@-webkit-keyframes postTitle_hover/* Safari and Chrome */
{
from {color:#222;}
to {color:#3d82bb;}
}

@-o-keyframes postTitle_hover/* Opera */
{
from {color:#222;}
to {color:#3d82bb;}
}

.postTitle {
    padding-bottom:10px;
    font-size:20px;
    font-weight:normal;
    color:#222;
}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#555;
}
.c_b_p_desc a {
    color:#555;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 8px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
    padding:10px 20px 0 20px;
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:16px;
    color:#aaa;
    background:#fff;
    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:0;
}
/*google搜索框*/
#google_q,#q {
    height:22px;
    width:120px;
    border:solid 1px #ccc;
    box-shadow:inset 0 0 3px #ddd;
    border-radius:4px;
}
/*搜索按钮*/
.btn_my_zzk {
    font-family:'Microsoft Yahei light';
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#BBB;
    border-radius:4px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#AAA;
}
/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}
/*评论按钮*/
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:24px;
    width:72px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#BBB;
    color:#fff;
}
#btn_comment_submit:hover {
    background:#999;
}
/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:normal;
    color:#AAA;
    border-bottom:solid 6px #AAA;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#555;
}
.feedbackListSubtitle a {
    color:#555;
}
.comment_quote {
    background:#fdfdfd;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    color:#AAA;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:normal;
    border-bottom:solid 6px #AAA;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:0;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:750px;
    max-width:750px;
    min-width:750px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 4px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#fdfdfd;
    box-shadow:0 0 4px #aaa;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/*分类页*/
.entrylist {
    padding:10px 20px;
    background:#fff;
}
.entrylistItem {
    margin:10px 0;
    padding:10px;
}
.entrylistPosttitle {
    font-size:18px;
    font-weight:bold;
    background:url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left:30px;
}
.entrylistPostSummary {
    padding:10px;
}
.entrylistItemPostDesc {
    font-size:12px;
    color:#999;
    padding-left:40px;
}
/*尾部*/
#footer {
    font-size:12px;
    margin:20px;
    padding-bottom: 0px;
    text-align:center;
    color:#666;
    font-size:14px;
}
/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px;
}
/*顶一下*/
.diggnum {
    font-size:16px;
    color:#AAA;
    font-family:'Microsoft Yahei';
}
#div_digg .diggnum {
    line-height:100px;
}
/*channel*/
#green_channel {
    text:align:right;
    background:#CCC;
    padding-left:20px;
    font-weight:lighter;
    font-size:15px;
    width:800px;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#fdfdfd;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}

/*表格*/
th {
    width:80px;
}

tr.odd:hover {
    background:#e0e0e0;
    animation:tr_changeColor 0.2s;
    -moz-animation:tr_odd_changeColor 0.2s; /* Firefox */
    -webkit-animation:tr_odd_changeColor 0.2s; /* Safari and Chrome */
    -o-animation:tr_odd_changeColor 0.2s; /* Opera */
}

@keyframes tr_odd_changeColor
{
from {background:white;}
to {background:#e0e0e0;}
}

@-moz-keyframes tr_changeColor/* Firefox */
{
from {background:white;}
to {background:e0e0e0;}
}

@-webkit-keyframes tr_changeColor/* Safari and Chrome */
{
from {background:white;}
to {background:e0e0e0;}
}

@-o-keyframes tr_changeColor/* Opera */
{
from {background:white;}
to {background:e0e0e0;}
}

tr.even:hover {
    background:#e0e0e0;
    animation:tr_even_changeColor 0.2s;
    -moz-animation:tr_even_changeColor 0.2s; /* Firefox */
    -webkit-animation:tr_even_changeColor 0.2s; /* Safari and Chrome */
    -o-animation:tr_even_changeColor 0.2s; /* Opera */
}

@keyframes tr_even_changeColor
{
from {background:#eaeaea;}
to {background:#e0e0e0;}
}

@-moz-keyframes tr_even_changeColor/* Firefox */
{
from {background:#eaeaea;}
to {background:e0e0e0;}
}

@-webkit-keyframes tr_even_changeColor/* Safari and Chrome */
{
from {background:#eaeaea;}
to {background:e0e0e0;}
}

@-o-keyframes tr_even_changeColor/* Opera */
{
from {background:white;}
to {background:e0e0e0;}
}

.header {
    background:#e2e2e2;
}

.odd {
    background:white;
}

.even {
    background:#eaeaea;
}

/*markdown 代码样式*/
tt, code, kbd, samp {
    font-family: consolas;
}
.prettyprint, pre.prettyprint {
    background-color: #272822;
    border: 1px solid #272822;
    overflow: hidden;
    margin: 10px 0;
    font-family: Helvetica, "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei UI", SimSun, SimHei, arial, sans-serif;
}
.prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
}
.prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left: 28px !important;
    margin: 0 0 0 0px;
}
.prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    margin-left: 0;
    margin: 5px;
    list-style: decimal;
}
.prettyprint .com {
    color: #93a1a1;
}
.prettyprint .lit {
    color: #AE81FF;
}
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
    color: #F8F8F2;
}
.prettyprint .fun {
    color: #dc322f;
}
.prettyprint .str, .prettyprint .atv {
    color: #E6DB74;
}
.prettyprint .kwd, .prettyprint .tag {
    color: #F92659;
}
.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
    color: #A6E22E;
}
.prettyprint .pln {
    color: #66D9EF;