body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;;
    min-width:1200px;
    background:rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/lianer88/1331780/o_bg4.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}

#home {
    opacity: 0.95;
    filter: alpha(opacity=95);
    margin:0 auto;
    background:rgba(255,255,255,0.2);
    overflow:auto;
    border:solid 1px #fff;
}
*{
    transition: all 0.75s;
}

.paopao {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 180px;
    height: 180px;
    background: radial-gradient(
        circle at 70% 30%,
        #c4cb78 10%,
        #adbf94 60%,
        #ca815a 100%
    );
    border-radius: 50%;
    box-shadow: inset 0 0 20px #fff, inset 10px 0 50px #eaf5fc,
    inset 80px 0 60px #efcde6, inset -20px -60px 100px #f9f6de,
    inset 0 50px 150px #f9f6de, 0 0 90px #fff;
    animation: move 3s ease-in-out infinite;
}
@keyframes move {
    0% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(-120px);
    }
    100% {
    transform: translateY(0);
    }
}

/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {


}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;
    color: #000;
    text-align: center;
}
#blogTitle .title {
    height: 115px;
    line-height:180px;
    font-size:56px;

}
.headermaintitle {
    }#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
}
/*导航栏*/
#navigator {
    width: 1200px;
    height:50px;
   font-size:16px;
    overflow: hidden;
    text-align:center;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    box-sizing: border-box;
    margin:0 auto;
}
#navList li {
    margin:0;
    display:inline-block;
    float:left;
    line-height: 30px;
    padding:0px 9px;
}
#navList li:hover {
    background:  rgba(255, 230, 220, 0.73);
}
#navList li a {
    color: #000;
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    display:-moz-inline-box;
    display:inline-block;
}
.blogStats {
    width: 25%;
    height: 40px;
    color: #757575;
    text-align: right;
    font-size: 13px;
    float: right;
    margin-top: 10px;
}
#main {
    width: 1200px;
    padding:0px 20px 20px;
    margin: auto;
}

#nav_sitehome {
    display: none !important;
}
/*左边*/
#sideBarMain {
    padding:0 10px 0 0;

    margin:0 0 20px 0;
    width:190px;
    font-size:12px;
    line-height:22px;
}
#sideBarMain a {
    color:#000;
}
#leftcontentcontainer {
    color:#000;
}
.newsItem {
    color:#000;
}
.newsItem .catListTitle {
    background: url("https://images.cnblogs.com/cnblogs_com/lianer88/1331780/t_gg.jpg");
    width: 170px;
    height: 145px;
    background-size:cover;
    border-radius: 5px;
    color: transparent;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    border-radius: 5px;
    padding-bottom:0px;
    float:right;
    width:980px;
    padding-left:0px;
}
/*每日文章列表*/
.day {
    color: #000;
    padding:0;
    margin:0 0 20px 0;
    border-radius: .3em;
}
/*博客标题*/
.postTitle a {
    color:#000 ;
}
.postTitle {
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    color:#464646;
    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;
}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#000;
}
.c_b_p_desc a {
    color:#000;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    width: 30%;
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 10px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
    padding:10px 20px 0 20px;
background: rgba(255, 230, 220, 0.73);
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    color:#000;
;

    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:20px;
}
/*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‘;
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    border-radius:4px;
    color:#000;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}
/*评论按钮*/
.comment_btn {
    font-family:‘Microsoft Yahei‘;
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    color:#000;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}
/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#55895B;
    border-bottom:solid 6px #55895B;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    color:#55895B;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #55895B;
}
/*评论框*/
#comment_form {
    padding:20px;
}
.commentform {
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:‘MIcrosoft Yahei‘;
    margin-top:10px;
    width:90%;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #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:12px;
    text-align:center;
    color:#000;
    font-size:14px;
}
/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px;
}
/*顶一下*/
.diggnum {
    font-size:28px;
    color:#6DA47D;
    font-family:‘Microsoft Yahei‘;
}
#div_digg .diggnum {
    line-height:100px;
}
.diggit {
    float:left;
    width:128px;
    height:128px;
    background:url(‘https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_dig.gif‘) no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}
.diggit:hover {
    background-position:-128px 0;
}
/*踩一下（园友反映，这个有点“邪恶”，呵呵，其实是我没来得及设计这个背景图片，就暂时把它隐藏了……可以去掉这句话）*/
.buryit {
    display:none;
}
.diggword {
    display:none;
}
/*green_channel*/
#green_channel {
    text:align:right;
    background:#6DA47D;
    padding-left:20px;
    font-weight:normal;
    font-size:15px;
    width:95%;
    border:none;
    color:#000;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}

/* 文章*/
.forFlow {

}

/*广告*/
#under_post_kb {
    display: none !important;
}
#google_ad_c2 {
    display: none !important;
}
#under_post_news {
    display: none !important;
}
#ad_under_post_holder{
    display: none !important;
}
#site_nav_under {
    display: none !important;
}