/* Minification failed. Returning unminified contents.
(623,18): run-time error CSS1036: Expected expression, found ';'
(781,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
*/




::selection {
    background: #ff0000;
    color: #fff
}

::-moz-selection {
    background: #ff0000;
    color: #fff
}

::-webkit-selection {
    background: #ff0000;
    color: #fff
}

#EntryTag {
    margin-top: 20px;
    font-size: 9pt;
    color: gray;
}

.topicListFooter {
    text-align: center;
    margin-right: 10px;
    margin-top: 50px;
}


#nav_next_page{
    text-align: center;
    font-size: 18px;
}
#nav_next_page a{ background-color: #FF4747;
    background-color: #FF4747;
    line-height: 41px;
    display: block;
    border-radius: 5px;
    color: #ffffff;
}
#divRefreshComments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    color: #000;
    background: #FFF;
    font-family: "微软雅黑", "verdana", "ms song", "微软雅黑", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    line-height: 1.5em;
    min-height: 101%;
}

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

fieldset, img {
    border: 0;
}

ul {
    word-break: break-all;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a:link {
    color: #3498DB;
    text-decoration: none;
}

a:visited {
    color: #34495E;
    text-decoration: none;
}

a:hover {
    color: #1ABC9C;
    text-decoration: none;
}

a:active {
    color: #34495E;
    text-decoration: none;
}

.clear {
    clear: both;
}

#home {
    width: 100%;
    min-width: 320px;
}

#header {
    width: 25%;
    min-width: 300px;
    color: #000;
    background: #FFF;
}

#blogTitle {
    margin-top: 10px;
    min-height: 120px;
    clear: both;
}

#blogTitle h1 {
    text-align: center;
    font-size: 31px;
    line-height: 1.5em;
    width: 100%;
    max-height: 3em;

    overflow: hidden;
}

#blogTitle h2 {
    text-align: center;
    color: #999;
    line-height: 1.5em;
    width: 100%;

}

#blogTitle h2:before {
    content: "- ";
}

#blogTitle h1 a {
    text-decoration: none;
}

#blogTitle h1 a:visited, #blogTitle h1 a:link {
    color: #000;
}

#blogLogo {
    float: right;
    max-width: 30%;
    max-height: 30%;
    margin: 3% 0 3%;
}

#lnkBlogLogo {

    float: right;
    margin-right: 90px;
    display: block;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url("//images.cnblogs.com/cnblogs_com/wzzl/778517/t_200213130247u=2270290744,1152859532&fm=26&gp=0.jpg") no-repeat #fff;
    background-size: 100%;
    animation: spin 8s;
    -moz-animation: spin 8s linear infinite; /* Firefox */
    -webkit-animation: spin 8s linear infinite; /* Safari and Chrome */
    -o-animation: spin 8s linear infinite; /* Opera */

}

@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

#navigator {
    width: 100%;
    float: left;
}

#navList {
    font-size: 110%;
    width: 100%;
    min-height: 30px;
    float: left;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 10px solid #E74C3C;

}

#navList li {
    width: 50%;
    float: right;
}

#navList a {
    display: block;
    width: 96%;
    height: 36px;
    text-align: center;
    padding-right: 4%;
    line-height: 36px;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #7F8C8D;
}

#navList a:hover {
    color: white;
    background-color: #E74C3C;
    text-decoration: none;
}

.blogStats {
    float: right;
    display: none;
    color: #ccc;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
    border-top: 1px solid #E74C3C;
}

#main {
    float: left;
    width: 100%;
}

#mainContent .forFlow {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    min-height: 100%;
    width: 68.5%;
    padding: 2.5%;
    min-width: 320px;
    background: #F6E497;
}

#mainContent {
    padding: 0px 0px 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    width: 100%;
}

.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.dayTitle {
    width: 100%;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 110%;
    margin-top: 3px;
    margin-bottom: 10px;
    height: 30px;
    clear: both;
    border-bottom: 5px solid #3498DB;
    text-align: center;
}

.postTitle {
    font-size: 150%;
    margin: 10px 0;
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #5F5F5F;
}

.postTitle a:hover {
    color: #E74C3C;
    text-decoration: none;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 90%;
    clear: both;
    padding: 2% 5%;
    background-color: #FFFCC4;

    font-family: "微软雅黑";
}

.postDesc {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 11px;
}

.postDesc a {
    padding: 5px 18px;
}

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

.postDesc a:hover {
    color: #FFF;
    background-color: #E74C3C;
    text-decoration: none;

}

.postSeparator {
    clear: both;
    height: 1px;
    border-top: 1px dotted #E74C3C;
    width: 100%;
    clear: both;
    float: right;
    margin: 15px auto 15px auto;
}

#sideBar {
    width: 25%;
    min-width: 300px;
    min-height: 200px;
    float: left;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.newsItem {
    padding: 15px;
    margin-bottom: 8px;
    background-color: #3498DB;

    text-align: left;
    color: #FFF;
}

#calendar {
    width: 70%;
    margin-left: 30%;
}

#blog-calendar {
    width: 70%;
    margin-left: 30%;
}

#blogCalendar {
    width: 100%;
    line-height: 1.5em;
}

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

.Cal {
    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;
    background-color: #E74C3C;
}

.CalTodayDay {
    color: #E74C3C;
}

#calendar .CalNextPrev a:link, #calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {
    font-weight: bold;
    background-color: white;
}

.CalDayHeader {
    border-bottom: 1px solid #ccc;
}

.CalTitle {
    width: 100%;
    background: white;
    color: black;
    border-bottom: 1px solid #666;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 150%;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #E74C3C;
    text-align: right;
    color: #E74C3C;
}

.catListComment {
    line-height: 1.5em;
}

.divRecentComment {
    text-indent: 2em;
    color: #666;
}

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

#topics {
    width: 100%;
    min-height: 200px;
    padding: 10px 0px 10px 0;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#topics .postTitle {
    font-size: 140%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2.5em;
    width: 100%;
    padding-left: 5px;
}

.postBody {

}

#EntryTag {
    color: #666;
}

#EntryTag a {
    margin-left: 5px;
}

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

#EntryTag a:hover {
    color: #f60;
}

#topics .postDesc {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 15px;
}

.feedback_area_title {
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-left: 8px;
}

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

.feedbackListSubtitle {
    color: #666;
}

.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: #666;
    font-weight: normal;
}

.feedbackListSubtitle a:hover {
    color: #f60;
    text-decoration: none;
}

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

.feedbackCon {
    border-bottom: 1px solid #ccc;
    padding: 15px 5px 5px 0px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

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

.commenttb {
    width: 320px;
}

.entrylistTitle, .PostListTitle, .thumbTitle {
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    padding-bottom: 3px;
    padding-right: 10px;
    color: #3498DB;
}

.entrylistDescription {
    color: #FFF;
    background-color: #3498DB;

    text-align: right;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    width: 90%;
    padding: 5px 5%;
    background-color: #FFFCC4;

}

.entrylistPosttitle {
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #E74C3C;
    line-height: 1.5em;
    width: 100%;
    padding-left: 5px;
}

.entrylistPosttitle a:hover {
    text-decoration: none;
}

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

.entrylistItemPostDesc {
    text-align: right;
    color: #666;
}

.entrylistItemPostDesc a {
    padding: 0 5px;
}

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

.entrylistItemPostDesc a:hover {
    color: #FFF;
    background-color: #E74C3C;
    text-decoration: none;

}

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

.pager {
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
color: #F34D4D;
text-align: center;
}
.pager a {
    border: 1px solid #9aafe5;
    border-radius: 2px;
    margin: 0 2px;
    padding: 5px 14px;
}



.PostList {
    border-bottom: 1px solid #ccc;
    clear: both;
    min-height: 1.5em;
    _height: 1.5em;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.postTitl2 {
    float: left;
}

.postTitl2 a {
    font-size: 130%;
    color: #e74c3c;
}

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

.postText2 {
    clear: both;
    color: #666;
}

.pfl_feedback_area_title {
    text-align: right;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

.pfl_feedbackItem {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.pfl_feedbacksubtitle {
    width: 100%;
    border-bottom: 1px dotted #666;
    height: 1.5em;
}

.pfl_feedbackname {
    float: left;
}

.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;
}

.input_my_zzk {
    width: 150px;
}

#btnZzk {
    width: 63px;
}

.divPhoto {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 10px;
}

.thumbDescription {
    color: #FFF;
    background-color: #3498DB;

    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#footer {
    display: none;
    text-align: center;
    min-height: 50px;
    _height: 50px;
    color: #CCC;
    background-color: #2C3E50;
    border-top: 3px solid #95A5A6;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.personInfo {
    margin-bottom: 20px;
}

.personInfo img {
    border-radius: 100px;
}

.pages {
    text-align: right;
}

.postBody {
    line-height: 1.5em;
    padding: 5px 2px 5px 5px;
    line-height: 1.5em;
    color: #000;
    border-bottom:1px solid #ccc;
}

.postBody p, .postCon p {
    text-indent: 2em;
    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 a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
}

.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: underline;
}

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

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

.postBody blockquote {
    background: url('images/comment.gif')) no-repeat 25 px 0 px;
    padding: 10px;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #333;
}

.cnblogs_code {
    background-color: #FCFAE1;
    border: none;
    border-radius: 5px;
}

.cnblogs_code div {
    background-color: #FCFAE1 !important;
}

.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #FCFAE1;
}

.bq_post_comment {
    border: 1px dotted #FCFAE1;
    border-radius: 5px;
}

input#AjaxHolder_PostComment_btnSubmit {
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #1abc9c;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    #header, #sideBar {
        display: none;
    }

    #mainContent .forFlow {
        width: 95%;
    }
}

#gotoTop {
    display: none;
    position: fixed;
    top: 75%;
    right: 6px;
    cursor: pointer;
    margin-top: -50px;
    margin-left: 520px;
    padding: 9px 4px;
    width: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #3498DB;
    color: #fff;
}

/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop {
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
}

/*鼠标进入的反馈效果*/
#gotoTop.hover {
    text-decoration: none;
    background: #fff;
    color: #282828
}

#sidebar_search {
    display: none
}

#google_ad_c1, #div-gpt-ad-1320933818841-0, #google_ad_c2, #div-gpt-ad-1320933818841-1, #ad_under_google {
    display: none;
    visibility：hidden;
}

.cnblogs_code span {
    font-family: “微软雅黑”;
    font-size: 15px !important;
}


#profile_block a:link {
    color: #34495E;
}

.cnblogs_code pre {
    padding-left: 30px;
    font-weight: 600;
}

#qq_qun {
    position: absolute;
    left: 30%;
    top: 12px
}

#return_s {
    position: absolute;
    right: 10px;
    top: 19px
}

@media screen and (max-width: 1200px) {
    #qq_qun {
        display: none
    }

}

@media screen and (max-width: 600px) {
    .postDesc a {
        display: none;
    }
#comment_form_container{display: none;}
}

@media screen and (max-width: 900px) {
    #return_s {
        position: absolute;
        left: 10px;
        top: 14px
    }

    .postDesc a {
        display: none;
    }

    .postDesc a:link, .postDesc a:visited, .postDesc a:active {
        display: none;
    }

    .postDesc a:hover {
        display: none;

    }

}

.commentbox_main .comment_textarea {
    width: 99%
}

.CalTitle {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    background: white;
    color: black;
    border-bottom: 5px solid #F3F3F3;
}

.CalDayHeader {
    border-bottom: 3px solid #F3F3F3;
    padding-bottom: 8px;
}

u, ins {
    text-decoration: none;
}

#blogCalendar td a {
    background: #3498DB;
    text-align: center;
    width: 22px;
    height: 22px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}

#blogCalendar td {
    height: 25px;
}

#blogCalendar .CalNextPrev {
    padding-right: 14px
}

.dayTitle {
    height: 35px;
}

#google_image_div{display: none;}
/* 屏蔽广告begin*/


#google_image_div{display:none}

#google_ad_c3{display:none}
/* 屏蔽广告end*/

div.commentform textarea.comment_textarea{padding:7px;    margin-top: 10px;}


/* 评论按钮*/
.comment_btn {
    height: 34px;
    width: 83px;
    margin: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    line-height: 22px;
    background: #3498DB;
}

#topics .postTitle {

    border-bottom: 5px solid #3498DB;

}
.entrylist{    margin-top: 20px;}
.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    width: 90%;
    padding: 20px 5%;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgba(52, 152, 219, 0.49);
    background-color: #FFFCC4;
}

#ad_c1{display:none}

#homepage_top_pager{float: right;
    margin-top: 20px;

}

#homepage_top_pager .pager{    font-size: 12px;}
#homepage_top_pager .pager a{padding: 3px 8px;}
.commentbox_main{    margin-top: 10px;}

 body {

            overflow:auto;
        }


.userdefined-153704 .j-module{zoom:1; overflow:hidden;}
.snow-container{position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 100001;}
#ad_t2,.c_ad_block{
    display:none
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#navList li:nth-child(2n) a{
 border-right: 1px solid #e7e7e7; 
}
#green_channel a {
    background: none;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: none;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 3px;
}