/* Minification failed. Returning unminified contents.
(1020,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/**
*   作者:sevennight
*   邮箱:huc_sevennight@163.com
*   博客地址：//www.cnblogs.com/cnsevennight
*/
/**************************************************
第一部分
**************************************************/
#EntryTag {
    margin-top: 20px;
    font-size: 9pt;
    color: gray;
}

.topicListFooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #000000;
}

    .topicListFooter a {
        border: 0px;
        padding: 5px 10px;
        color: #999;
        background: #ddd;
    }

        .topicListFooter a:hover {
            background: #F60;
            color: #fff;
            text-decoration: none;
        }

#divRefreshComments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt;
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）
**************************************************/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}
/*#eee;*/
 body {
    color: #000;
    background: #FFF!important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    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: black;
    text-decoration: none;
}

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

a:hover {
    color: #F60;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: none;
}

.clear {
    clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：
**************************************************/
/*****home和头部开始**************************/
#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    background-color: #f5f5f500;
    background-attachment: scroll;    
    background-position: 50% 0%;
}

#header {
    padding-bottom: 5px;
}

    #header h1 {
        font-weight: normal;
        font-size: 30px;
        line-height: 1;
    }

        #header h1 a {
            font-family: "Comic Sans MS";
        }

            #header h1 a:hover {
                color: #F60;
                text-decoration: none;
            }

#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    color: #999;
    line-height: 1.5em;
    margin-top: 10px;
    margin-left: 30px;
    width: 50%;
    margin-left: 10em;
    float: left;
}

#blogTitle {
    height: 60px;
    clear: both;
}

    #blogTitle h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5em;
        margin-left: 1em;
        margin-top: 10px;
        width: 50%;
        float: left;
    }

#blogLogo {
    float: right;
}

#navigator {
    margin-top: 30px;
    height: 30px;
    clear: both;
    position: relative;
}

#navList {
    min-height: 30px;
    
}

    #navList li {
        float: left;
    }

    #navList a {
        display: block;
        width: 5em;
        height: 22px;
        float: left;
        text-align: center;
        padding-top: 8px;
    }

        #navList a:link, #navList a:visited, #navList a:active {
            color: #540404;
            font-weight: bold;
        }

        #navList a:hover {
            text-decoration: underline;
        }

.blogStats {
    float: right;
    color: #999;
    margin-top: 5px;
    margin-right: 2px;
    position: absolute;
    right: 5px;
    top: 35px;
}
/*****home和头部结束**************************/
a#blog_nav_admin {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_admin:after {
    border-bottom: solid 27px #ff1493;  
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_admin:hover:after { 
    transform: scaleX(1); 
}

a#blog_nav_rss {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_rss:after {
    border-bottom: solid 27px #ff1493;  
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_rss:hover:after { 
    transform: scaleX(1); 
}

a#blog_nav_contact {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_contact:after {
    border-bottom: solid 27px #ff1493;  
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_contact:hover:after { 
    transform: scaleX(1); 
}

a#blog_nav_newpost {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_newpost:after {
    border-bottom: solid 27px #ff1493;  
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_newpost:hover:after { 
    transform: scaleX(1); 
}

a#blog_nav_myhome {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_myhome:after {
    border-bottom: solid 27px #ff1493; 
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_myhome:hover:after { 
    transform: scaleX(1); 
}

a#blog_nav_sitehome {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#blog_nav_sitehome:after {
    border-bottom: solid 27px #ff1493;  
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#blog_nav_sitehome:hover:after { 
    transform: scaleX(1); 
}


/*****主页文章列表开始**************************/
#main {
    width: 100%;
    min-width: 950px;
    margin-top: 40px;
    text-align: left;
}

#mainContent .forFlow {
    margin-left: 22em;
    float: none;
    width: auto;
}

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

.day {
    background: url("images/tp.png");
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dayTitle {
    width: 100%;
    color: #666;
    height: 40px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 115%;
    margin-top: 10px;
    clear: both;
    text-align: center;
}

.postTitle {
    font-size: 130%;
    font-weight: bold;
    margin-top: 10px;
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    border-left: 3px solid #fd09c8;
    border-bottom: 2px solid #ccc;
    padding-bottom: 16px;
}

    .postTitle a {
        background: url("images/titlebg.png") no-repeat;
        padding-left: 50px;
        padding-bottom: 10px;
        padding-top: 2px;
    }

        .postTitle a:link, .postTitle a:visited, .postTitle a:active {
            color: #ff1493;
            transition: all 0.4s linear 0s;
        }

        .postTitle a:hover {
            color: #F60;
            text-decoration: none;
            margin-left: 60px;
        }

.postCon {
    margin-left: 20px;
    line-height: 1.5em;
    color: #00cddd;
    width: 96%;
    clear: both;
    padding: 10px 0;
    font-size: 150%;
}

.postDesc {
    width: 96%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color:#ff1493;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 1.6em;
    margin-left: 20px;
    margin-bottom: 20px;
}

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

    .postDesc a:hover {
        color: #F60;
        text-decoration: none;
    }

.postSeparator {
    clear: both;
    height: 1px;
    width: 100%;
    clear: both;
    float: right;
    margin: 0 auto 15px auto;
}
/*****主页文章列表开始**************************/

/*****侧边栏开始********************************/
#sideBar {
    width: 264px;
    min-height: 180px;
    padding: 0px 0 0px 0px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.newsItem {
    margin-bottom: 8px;
}
/*侧边栏标题#081f3af0;*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fefefe;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ff1493;
    margin-bottom: 30px;
    word-wrap: break-word;
}

    #sideBarMain h3, .newsItem h3 {
        padding: 15px 20px;
        font-size: 9pt;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
        display:none;
    }

    #sideBarMain ul, .newsItem #blog-news {
        font-size: 10.2pt;
        padding: 15px 20px;
    }
/**日历控件样式开始**/
#calendar {
    width: 229px;
    background: white;
    margin-bottom: 30px;
    padding-bottom: 10px;
    *padding-right: 20px;
}

    #calendar td {
        font-size: 12px;
    }

.CalDayHeader {
    font-size: 12px;
}

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

.Cal { /**日历容器table**/
    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: #F60;
}

.CalTodayDay { /**今天日期样式**/
    color: #f60;
}

#calendar .CalNextPrev a:link, #calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active { /**上个月、下个月箭头样式**/
    font-size: 12px;
    font-weight: bold;
    background-color: white;
}

#calendar .CalNextPrev {
    padding: 10px;
}

.CalTitle { /**日历年月头部样式**/
    width: 100%;
    background: #ffffff0a;
    color: black;
    border-bottom: 1px solid #ddd;
}
/**日历控件样式结束**/

/*********************************************************************
*       博客园日历的id和下载下来的静态文件ID不一样（做另外处理）     *
**********************************************************************/
#blog-calendar {
    width: auto;
    background: #fb99b0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    *padding-right: 20px;
}

    #blog-calendar td {
        font-size: 12px; /*test*/
    }

.CalDayHeader {
    font-size: 12px; /*test*/
}

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

.Cal { /**日历容器table**/
    border: none;
    color: #666;
}

#blog-calendar table a:link, #blog-calendar table a:visited, #blog-calendar table a:active {
    font-weight: bold;
}

#blog-calendar table a:hover {
    color: white;
    text-decoration: none;
    background-color: #F60;
}

.CalTodayDay { /**今天日期样式**/
    color: #f60;
}

#blog-calendar .CalNextPrev a:link, #blog-calendar .CalNextPrev a:visited, #blog-calendar .CalNextPrev a:active { /**上个月、下个月箭头样式**/
    font-size: 12px;
    font-weight: bold;
    background-color: white;
}

#blog-calendar .CalNextPrev {
    padding: 10px;
}

.CalTitle { /**日历年月头部样式**/
    width: 100%;
    background: #ffffff0a;
    color: black;
    border-bottom: 1px solid #ddd;
}
/******************************************************************
*                      日历结束                                   *
******************************************************************/
.catListTitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 12px;
    border-bottom: 1px solid black;
}

.catListComment {
    line-height: 1.5em;
}

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

#sideBarMain ul {
    line-height: 1.5em;
}
/*****侧边栏结束********************************/


/****查看文章页面开始*************************/
#topics {
    background: url("images/tp.png");
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    margin-bottom: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

    #topics .postTitle {
        margin-top: 20px;
        padding-bottom: 20px;
        font-size: 130%;
        font-weight: bold;
        border-left: 3px solid #fd09c8;
        border-bottom: 2px solid #ccc;
        float: left;
        line-height: 1.5em;
        width: 100%;
        padding-left: 5px;
    }

.postBody {
    padding: 10px 20px 20px 20px;
    line-height: 1.5;
    color: #333;
}
/*标签*/
#EntryTag {
    color: #ff1493;
}

    #EntryTag a {
        background: #ddd;
        padding: 3px 5px;
        margin-left: 5px;
        text-decoration: none;
    }

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

        #EntryTag a:hover {
            background: #F60;
            color: #fff;
            text-decoration: none;
        }
/*分类*/
#BlogPostCategory {
    color: #ff1493;
}

    #BlogPostCategory a {
        background: #ddd;
        padding: 3px 5px;
        margin-left: 5px;
        text-decoration: none;
    }

        #BlogPostCategory a:link, #BlogPostCategory a:visited, #BlogPostCategory a:active {
            color:#fd09c8;
        }

        #BlogPostCategory a:hover {
            background: #F60;
            color: #fff;
            text-decoration: none;
        }

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

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

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

.feedbackListSubtitle {
    color: #666;
    padding: 10px;
}

    .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;
    background: url('images/comment.gif') no-repeat 5px 0px;
    padding: 15px 18px 10px 40px;
    min-height: 35px;
    _height: 35px;
    margin-bottom: 1em;
    line-height: 1.5em;
    width: 100%;
}

    .feedbackCon div {
        padding-right: 45px;
    }

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

.commenttb {
    width: 320px;
}
/****查看文章页面开始*************************/

/****列表页面开始******************************/
.entrylistTitle, .PostListTitle, .thumbTitle { /**几个分类列表的标题样式**/
    background: url("images/tp.png");
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.entrylistDescription {
    background: url("images/tp.png");
    color: #666;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.entrylistItem {
    background: url("images/tp.png");
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    width: 100%;
}

.entrylistPosttitle {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5em;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
}

    .entrylistPosttitle a {
        background: url("images/titlebg.png") no-repeat;
        padding-left: 50px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

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

.entrylistPostSummary {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.entrylistItemPostDesc {
    width: 96%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 1.6em;
    margin-left: 20px;
    margin-bottom: 20px;
}

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

    .entrylistItemPostDesc a:hover {
        color: #f60;
    }

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

.pager {
    text-align: right;
    margin-right: 10px;
}

.PostList {
    border-bottom: 1px solid #ddd;
    clear: both;
    min-height: 1.5em;
    _height: 1.5em;
    padding-top: 20px;
    margin-bottom: 20px;
}

.postTitl2 {
    float: left;
    padding-bottom: 10px;
}

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

.postText2 {
    clear: both;
    color: #666;
    padding-bottom: 10px;
}

#myposts {
    background: url("images/tp.png");
    padding-left: 15px;
    padding-right: 15px;
}

.mySearch {
    padding-bottom: 20px;
}

    .mySearch #q {
        width: 100px;
        vertical-align: middle;
        height: 20px;
    }

    .mySearch input {
        vertical-align: middle;
        height: 22px;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #ccc;
        background: white;
    }

        .mySearch input:focus[type=text] {
            outline: 0;
            border: 1px solid #F60;
        }

    .mySearch > div {
        padding-top: 5px;
    }

    .mySearch div {
        padding-left: 15px;
    }
/****列表页面结束******************************/


/*留言样式开始*/
/*留言查看页面的个人信息*/
.personInfo {
    margin-bottom: 20px;
}

    .personInfo td {
        padding-top: 15px;
        padding-left: 15px;
    }
/*留言分页区域*/
.pages {
    text-align: right;
    padding-right: 15px;
}

#profile {
    background: url("images/tp.png");
}

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

    .pfl_feedback_area_title a {
        margin-left: 10px;
        margin-right: 10px;
    }

.pfl_feedbackItem {
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    border: 1px dashed #ddd;
    padding: 10px;
}

.feedbackItem {
    background-color: white;
}

.pfl_feedbacksubtitle {
    width: 100%;
    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;
}

#Profile1_panelAdd td {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#Profile1_panelAdd input {
    border: 1px solid #ccc;
    padding: 5px 5px;
}

    #Profile1_panelAdd input:focus[type=text] {
        outline: 0;
        border: 1px solid #F60;
    }

#Profile1_panelAdd textarea {
    border: 1px solid #ccc;
    padding: 5px;
}

    #Profile1_panelAdd textarea:focus {
        outline: 0;
        border: 1px solid #F60;
    }
/*****留言页面结束*****************************/

/****相册页面开始******************************/
.divPhoto {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 10px;
}

.thumbDescription {
    background: url("images/tp.png");
    color: #666;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
}
/****相册页面开始******************************/


/*****留言页面开始*****************************/
#footer {
    color: #999;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 41px;
    margin-top: 10px;
    background: url('images/fo.png') no-repeat 220px 0;
    padding-top: 40px;
}

/*****第三部分结束*******************************/

/**************************************************
第四部分：文章内容常用标签格式
**************************************************/
/*文章内部常用标签格式*/
.postBody {
    line-height: 1.5;
}

    .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 25px 0px;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #333;
}
/*****第四部分结束*******************************/

/*评论*/
#comment_form_container {
    background: #fefefe08;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    #comment_form_container input {
        background-color: white;
        outline: 0;
    }

        #comment_form_container input[type=button] {
            color: #000;
            background: #ddd;
            border: 0;
        }

        #comment_form_container input:hover[type=button] {
            cursor: pointer;
            background: #F60;
            color: #fff;
            text-decoration: none;
        }

    #comment_form_container p {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #comment_form_container textarea:focus {
        outline: 0;
        border: 1px solid #F60;
    }

/*静态页面调试的那一个评论框*/
#AjaxHolder_PostComment_divCommnentArea {
    background: white;
    padding: 15px;
}

    #AjaxHolder_PostComment_divCommnentArea td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #AjaxHolder_PostComment_divCommnentArea input[type=text] {
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    #AjaxHolder_PostComment_divCommnentArea input:focus {
        outline: 0;
        border: 1px solid #F60;
        text-decoration: none;
    }

    #AjaxHolder_PostComment_divCommnentArea textarea:focus {
        outline: 0;
        border: 1px solid #F60;
    }

    #AjaxHolder_PostComment_divCommnentArea input[type=submit] {
        cursor: pointer;
        border: 0;
        padding: 5px 10px;
    }

    #AjaxHolder_PostComment_divCommnentArea input:hover[type=submit] {
        border: 0;
        outline: 0;
        background: #F60;
        color: white;
    }

#myposts .myposts_title {
    padding-top: 20px;
    text-align: center;
}

.blog_comment_body a {
    text-decoration: underline;
}

#cnblogs_post_body {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #home,
    #main {
        min-width: unset !important;
        display: block !important;        
    }

    #mainContent,
    #mainContent .forFlow {
        margin-left: 0 !important;
    }

    #sideBar,
    #blog-calendar {
        width: auto !important;
    }

    .postTitle {
        font-size: 100% !important;
    }

    .postCon {
        width: auto !important;
        margin-right: 10px !important;
    }

    .postDesc {
        width: auto !important;
        font-size: 80% !important;
    }

    #topics .postDesc {
        width: auto !important;
    }

    pre > code {
        white-space: pre-wrap !important;
    }

    #green_channel {
        width: 260px!important;
        font-size: 12px!important;
    }

        #green_channel #green_channel_follow {
            display: none;
        }
}

/* 自己写的自定义的样式 开始*/
/**设置整体的样式#fd09c8*/
body{cursor:url('//www.enginedx.com/source/plugin/wz_shub/template/img/15.cur'), url(//www.enginedx.com/source/plugin/wz_shub/template/img/15.cur), auto;
background-color:#423E3C;
/* background-image:url(//wsing.bssdl.kugou.com/8bdf86442504f34e74ba9ba32ab7b8dd.jpg); */
/* https://files.cnblogs.com/files/liang-io/qba.bmp */
background: url(https://files.cnblogs.com/files/justNOTloveit/wallpaper2.bmp) fixed;
background-size: cover;
background-repeat: repeat;
background-position: center top;
background-attachment: fixed;
color: #00a67c;
} 



/**设置博客右上角标题的颜色#fd09c8*/
 #navList a:link, #navList a:visited, #navList a:active {
           color: #fefefe;
            font-weight: bold;
            font-size: large;
        }
/**设置左下角粉丝文字样式#0bef1d*/
a:link {
    color: #00a67c;
    text-decoration: none;
}
/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
}
    /*主标题格式*/
    #blogTitle h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8em;/*原始 1.6em*/
        margin-top: 40px;/*原始 15px */
        margin-left: 10px;
        /*background-color: #f5f5f5b0;*/
    }
#blogTitle h1 a {
    color: #ff1493;
    line-height: 1.5em;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26pt;
    font-weight: bold;
    background-color: #ffffff1c;
}
/* *#blogTitle h1 a {
    color: #00a67c;
    line-height: 1.5em;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26pt;
    font-weight: bold;
}
*/
            /*超链接颜色*/
            #blogTitle h1 a:hover {
                color: #ff00ff;
            }
    /*次标题格式
    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        color: #757575;
        float: left;        
    }
*/


/*设置文章中的推荐和反对的设置*/
#div_digg {
    float: right; 
    font-size: 16px;
    width: 36px;
    text-align: center;
   
}
#div_digg {       
    bottom: 22px;   
    
}
/*设置QQ群介绍的鼠标放上去的样式*/
#box {
top: 233px;
right: 300px;
position: absolute;
overflow: hidden;
display:none;
width: 380px;
height: 130px; 
/**background:#FEFEFE;*/
background: #fff;   
font-size: 1.1em;
border:1px solid;
padding:4px;
min-width: 60px;
text-align:center;
border-color: #DDD;
border-top: 2px dashed blue;
border-left: 2px dashed #fd09c8;
border-right: 2px dashed #fd09c8;
border-bottom: 2px dashed #CDCDCD;
box-shadow: 8px 8px 8px rgba(243, 192, 209, 0.3);
}

/*设置QQ客服的鼠标放上去的样式*/
#box2{
bottom: 33px;
right: 280px;
position: fixed;
overflow: hidden;
display:none;
width: 324px;
height: 110px; 
background:#FEFEFE;
border:1px solid;
padding:4px;
min-width: 60px;
text-align:center;
border-color: #DDD;
border-top: 2px dashed blue;
border-left: 2px dashed #fd09c8;
border-right: 2px dashed #fd09c8;
border-bottom: 2px dashed #CDCDCD;
box-shadow: 8px 8px 8px rgba(243, 192, 209, 0.3);
}
/**测试评论框的样式*/
#tbCommentBody {
    max-width: 100%;
    width: 100%;
    height: 124px;
    background: #fd09c8 url(https://img2020.cnblogs.com/blog/1144016/202003/1144016-20200306093315084-1747406888.gif?raw=true) left bottom no-repeat;
    padding-top: 18px;
    background-color: #ffdbff73;
}
/* 静态评论框的样式 */
div.commentform textarea {
    width: 450px;
    height: 300px;
    font-size: 18px;
    color: #fd09c8;
    border: 4px solid #00a67c;
    font-family: 'Microsoft YaHei','Helvetica Neue','Helvetica','Microsoft YaHei',sans-serif;
}
/* 输入评论时的样式
#tbCommentBody,input[type=text]{
padding: 0px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #d6d6d6;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 */
#tbCommentBody:focus,input[type=text]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 5px 4px rgba(0, 0, 0, 0.075),0 0 8px #fd09c8;
}
/* 之前的样式注释掉 
#tbCommentBody {
    max-width: 100%;
    width: 100%;
    height: 150px;
    background: #f8f3d84d url(//images.cnitblog.com/blog/708426/201501/082214147965461.png) right bottom no-repeat;
    padding-top: 8px;
    background-color: #f8f8f8;
} 
*/
/* 去掉博客园中的广告 */

#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}
/* 设置首页博客园标题栏的样式 */
#header #navigator{
    width:100%;
    background-color:#ff1493;
    height:36px;
    margin-top:0;
}
/* 设置让iLoveBurning 左右滑动的动画 */
#blogTitle h2 {
        margin-top: 0px; 
        margin-left: 21em;
        line-height: 1.5em;
        margin-bottom: 4px;
        width: 50%;
        float: left;
        display: inline;
        font-size: 14px;
        color: #fff;
        font-family: "微软雅黑";
        text-shadow: 3px 3px 3px #ff14936b;
    }
/* 副标题的动画样式 */
#baseInfo {
        display:block;
        -webkit-animation: marquee1 15s linear infinite;
        animation: marquee1 15s linear infinite;
    }

    @keyframes marquee1 {
         0% {
             transform: translateX(+0px);
         }
        25% {
            transform: translateX(+60px);
        }
        50% {
            transform: translateX(+120px);
            color:#fefefe;
        }
        75% {
            transform: translateX(+60px);
        }
        100% {
            transform: translateX(+0px);
            color:red;
        / / 每行高50
        }
    }
/* 测试页脚 右下角QQ客服的样式 */
a#qqservicetab {
    display: block;
    width: 200px;
    height: 200px;
    background: url(https://img2020.cnblogs.com/blog/1144016/202003/1144016-20200306093249022-893528461.png?raw=true) no-repeat ;
    position: absolute;
    top: 3430px;
    curosr: pointer;
    right: 0;  
}
/* 设置home样式，屏蔽掉原来的backgroun-image */
#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    background-attachment: scroll;
   /* background: url(images/bg1.png) no-repeat;*/
    background-position: 50% 0%;
}
/* 自己写的自定义的样式 开始*/
/**设置整体的样式#fd09c8*/
body{cursor:url('https://www.enginedx.com/source/plugin/wz_shub/template/img/15.cur'), url(https://www.enginedx.com/source/plugin/wz_shub/template/img/15.cur), auto;
background-color:#423E3C;
/* background-image:url(https://wsing.bssdl.kugou.com/8bdf86442504f34e74ba9ba32ab7b8dd.jpg); */
/* https://files.cnblogs.com/files/liang-io/qba.bmp */
background: url(https://files.cnblogs.com/files/justNOTloveit/wallpaper2.bmp) fixed;
background-size: cover;
background-repeat: repeat;
background-position: center top;
background-attachment: fixed;
color: #00a67c;
} 



/**设置博客右上角标题的颜色#fd09c8*/
 #navList a:link, #navList a:visited, #navList a:active {
            color: #fefefe;
            font-weight: bold;
            font-size: large;
        }
/**设置左下角粉丝文字样式#0bef1d*/
a:link {
    color: #00a67c;
    text-decoration: none;
}
/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    clear: both;
}
    /*主标题格式*/
    #blogTitle h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8em;/*原始 1.6em*/
        margin-top: 40px;/*原始 15px */
        margin-left: 30px;
       
    }

#blogTitle h1 a {
    color: #ff1493;
    line-height: 1.5em;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26pt;
    font-weight: bold;
    /*background-color: #ffffff;*/
}
            /*超链接颜色*/
            #blogTitle h1 a:hover {
                color: #ff00ff;
            }
    /*次标题格式
    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        color: #757575;
        float: left;        
    }
*/


/*设置文章中的推荐和反对的设置*/
#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 18px;
    width: 36px;    
}
#div_digg {     
    right: 268px;     
    position: fixed;
    z-index: 1000;   
}
/*设置QQ群介绍的鼠标放上去的样式*/
#box {
top: 233px;
right: 300px;
position: absolute;
overflow: hidden;
display:none;
width: 380px;
height: 130px; 
/**background:#FEFEFE;*/
background: #fff;   
font-size: 1.1em;
border:1px solid;
padding:4px;
min-width: 60px;
text-align:center;
border-color: #DDD;
border-top: 2px dashed blue;
border-left: 2px dashed #fd09c8;
border-right: 2px dashed #fd09c8;
border-bottom: 2px dashed #CDCDCD;
box-shadow: 8px 8px 8px rgba(243, 192, 209, 0.3);
}

/*设置QQ客服的鼠标放上去的样式*/
#box2{
bottom: 33px;
right: 280px;
position: fixed;
overflow: hidden;
display:none;
width: 324px;
height: 110px; 
background:#FEFEFE;
border:1px solid;
padding:4px;
min-width: 60px;
text-align:center;
border-color: #DDD;
border-top: 2px dashed blue;
border-left: 2px dashed #fd09c8;
border-right: 2px dashed #fd09c8;
border-bottom: 2px dashed #CDCDCD;
box-shadow: 8px 8px 8px rgba(243, 192, 209, 0.3);
}
/**测试评论框的样式*/
#tbCommentBody {
    max-width: 100%;
    width: 100%;
    height: 124px;
    background: #fd09c8 url(https://img2020.cnblogs.com/blog/1144016/202003/1144016-20200306093315084-1747406888.gif?raw=true) right bottom no-repeat;
    padding-top: 18px;
    background-color: #ffdbff73;
}
/* 静态评论框的样式 */
div.commentform textarea {
    width: 450px;
    height: 300px;
    font-size: 18px;
    color: #fd09c8;
    border: 4px solid #00a67c;
    font-family: 'Microsoft YaHei','Helvetica Neue','Helvetica','Microsoft YaHei',sans-serif;
}
/* 输入评论时的样式
#tbCommentBody,input[type=text]{
padding: 0px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #d6d6d6;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 */
#tbCommentBody:focus,input[type=text]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 5px 4px rgba(0, 0, 0, 0.075),0 0 8px #fd09c8;
}
/* 之前的样式注释掉 
#tbCommentBody {
    max-width: 100%;
    width: 100%;
    height: 150px;
    background: #f8f3d84d url(//images.cnitblog.com/blog/708426/201501/082214147965461.png) right bottom no-repeat;
    padding-top: 8px;
    background-color: #f8f8f8;
} 
*/
/* 去掉博客园中的广告 */

#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}
/* 设置首页博客园标题栏的样式 */
#header #navigator{
    width:100%;
    background-color:#ff1493;
    height:36px;
    margin-top:0;
}


/* 设置让iLoveBurning 左右滑动的动画 */
#blogTitle h2 {
        margin-top: 0px; 
        margin-left: 21em;
        line-height: 1.5em;
        margin-bottom: 4px;
        width: 50%;
        float: left;
        display: inline;
        font-size: 14px;
        color: #fff;
        font-family: "微软雅黑";
        text-shadow: 3px 3px 3px #ff149375;
    }
/* 副标题的动画样式 */
#baseInfo {
        display:block;
        -webkit-animation: marquee1 15s linear infinite;
        animation: marquee1 15s linear infinite;
    }

    @keyframes marquee1 {
         0% {
             transform: translateX(+0px);
         }
        25% {
            transform: translateX(+60px);
        }
        50% {
            transform: translateX(+120px);
            color:#ff1493;
        }
        75% {
            transform: translateX(+60px);
        }
        100% {
            transform: translateX(+0px);
            color:#fefefe;
        / / 每行高50
        }
    }
/* 测试页脚 右下角QQ客服的样式 */
a#qqservicetab {
    display: block;
    width: 200px;
    height: 200px;
    background: url(https://img2020.cnblogs.com/blog/1144016/202003/1144016-20200306093249022-893528461.png?raw=true) no-repeat ;
    curosr: pointer;
    margin-bottom: 110px;
    right: 0;  
}
/* 设置home样式，屏蔽掉原来的backgroun-image */
#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    background-attachment: scroll;
   /* background: url(images/bg1.png) no-repeat;*/
    background-position: 50% 0%;
}
/* 自定义关注栏样式*/
#profile_block {
    margin-top: 5px;
    line-height: 1.8;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    font-family: cursive;
    background-color: #cdcdcd;
    box-shadow: 0 0 33px #fefefe;
}
/*设置鼠标选中的样式*/
::selection {
    background: #fd09c8;
    color: white;
}

/*底部时间的样式*/
.nowtime {
    width: 18%;
    float: left;
    padding: 1em;
    color: #fff;
    min-height: 100px;
    height: auto!important;
}
/* 删除文章点开底部默认样式的加关注 */
#author_profile_follow{ 
  display: none; 
} 
/* 删除文章点开底部默认样式的昵称信息 */
#author_profile_info{
  display: none;
}
/* 删除默认样式的昵称信息 */
 #profile_block{ 
   display: none;
 }
/* 删除加关注 */
 #p_b_follow{
   display: none;
 } 

/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}
/*删除随笔档案*/
#sidebar_postarchive{
  display: none;
}
/*删除总的随笔数量*/
.blogStats{
  display: none;
}
/*删除文章分类*/
/**
*   #sidebar_categories{
*    display: none;
*   }
*/

/*推荐反对样式1*/
#div_digg {
    float: right;
    margin-bottom: -20px;
    width: 26px;
    text-align: center;
    border:none;
    
}

.diggnum {
    font-size: 28px;
    color: #ff1493;
    font-weight: bold;   
}
/*设置文章底部的分享的样式*/
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #fd09c8 2px dashed;
    font-size: 14px;
    width: 948px;
    text-align: center;
}
/*添加阴影效果*/
/*添加阴影#9E9E9E*/
.catListEssay:hover,.catListComment:hover,.catListFeedback:hover,.newsItem:hover, .catListPostCategory:hover, .catListPostArchive:hover, .catListTag:hover, .catListView:hover, .catListBlogRank:hover {
    border: 5px solid; 
    box-shadow: 10px 10px 10px #ff1493 inset;
}
.postCon:hover {
    border:3px solid #ff00ff; 
    box-shadow: 0px 0px 36px #ff1493;
}
/*设置标题样式阴影*/
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    text-align: left;
    box-shadow: #fb99b0 10px 10px 5px;
    background-color: rgba(0,0,0,.075);
}
/*设置一下收藏和分享的div样式*/
#blog_post_info {
    background-color: #1e8e72;
    box-shadow: #fd09c8 0px 0px 15px;
    margin-bottom: 10px;
    color: grey;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 231, 208);
    border-image: initial;
    padding: 10px;
    display: block;
}
/*设置下划线*/
/*添加阴影效果*/
<style type="text/css">body, a, a:link{cursor:url(https://cur.cursors-4u.net/cursors/cur-2/cur117.cur), default;} a:hover {cursor:url(https://cur.cursors-4u.net/cursors/cur-2/cur116.cur),wait;}</style>
/*测试页面缩放效果开始*/

/*测试页面缩放效果结束，效果不好已有有时间修改*/
.blogStats div{
display: none;
}
/*测试gif动态线条*/
#top-img {
    background: url(https://ae01.alicdn.com/kf/HTB1y5zVXv1H3KVjSZFH762KppXaH.png);
    height: 4px;
    top: 0px;
    position: fixed;
    width: 100%;
    Z-index: 9999;
}
/*设置评论框的宽度*/
.comment_textarea {
    width: 1006px;
}