body{
/*https://d.5857.com/lantianbaiyu_50701/003.jpg*/
    background: url('https://desk-fd.zol-img.com.cn/t_s1440x900c5/g5/M00/06/07/ChMkJlwJCBWIX1zwAAjqzRfy6tgAAtn3wAD_swACOrl407.jpg') fixed;
    background-size:cover;
}
#blogTitle{
    background:rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

#sideBar{
    display:none;
}
#mainContent{
    float:none;
    margin:auto;
}
#mainContent .forFlow{
    width:80%;
    margin:0 auto;
}
#navigator{
    padding:0 5%;
    background:rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
#mainContent .forFlow .day{
    border-radius: 9px;
    box-shadow: 0 3px 26px #ef00c3;
    padding:10px 25px 0 25px;
    margin-top:20px;
    background:rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
#mainContent .forFlow .day .postTitle{
    border:none;
    border-top: 1px solid #ddd;
    font-size:15px;
    padding-top:10px;
    margin: 10px 0 10px;
}
.postTitle a:before{
    display: inline-block;
    width:10px;
    height: 10px;
    background: #33aaff;
    content:'';
    margin-right:5px;
    border-radius: 50%;
}
.postTitle a:hover{
    color: #f60;
}
.postDesc{
    border:none;
}
.postCon a{
    border:none;
    text-decoration: underline;
    color:#ce33ff;
}

#EntryTag{
    display:none;
}
#topics{
    border-radius: 9px;
    box-shadow: 0 -2px 10px #FFF;
    background:rgba(255, 255, 255, 0.9);
    padding:10px 25px 0 25px;
    margin-top:20px;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
}

div.commentform textarea{
    width:100%;
    font-size: 13px;
    padding:3px 0 0 5px;
}

#comment_form{
    margin-top:10px;
    border:1px solid #33aaff;
    border-radius: 9px;
    box-shadow: 0 -2px 10px #FFF;
    background: rgba(255,255,255,.8);
    padding: 10px 25px 5px 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

div.commentform textarea{
    width:100%;
    font-size: 13px;
    padding:11px;
}

.ad_text_commentbox,#ad_t2,#opt_under_post,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb,#HistoryToday{
    display: none;
}

#green_channel{
    display:none;
}

.postDesc a{
    background-color: #bdb183;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
}
.postDesc a:hover{
    color:#000;
}
#footer{
    width:80%;
    margin: 0 auto;
    font-size: 15px;
    color: #7F0001;
    font-weight: bold;
    text-shadow:1px 5px 10px #fff;
}
.postCon a, .postBody a, .feedbackCon a{
    border:none;
}

.post .postTitle{
    text-align:center;
    border:none;
}
#cb_post_title_url{
    font-size:18px;
}


.day .dayTitle{
    display: block;
    font-size: 16px;
}

#post_next_prev{
    font-size: 15px;
}

#nav_next_page, .pager {
    font-size: 15px;
    text-align: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.6);
}

#blog-comments-placeholder{
    margin-top:10px;
    border:1px solid #33aaff;
    border-radius: 9px;
    box-shadow: 0 -2px 10px #FFF;
    background: rgba(255,255,255,.8);
    padding: 10px 25px 5px 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

#nav_rss{
    display:none;
}
#author_profile_detail{
    display: none;
}

#line {
    position: fixed;
    width: 0;
    height: 3px;
    background: #f60;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px 1px blue;
}