body,p,h1,h2,h3,h4,h5,h6,a,div,span,table,ul,li,img
{
    margin: 0;
    padding: 0;
}
em{
    font-style: normal;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
img
{
    border: none;
    vertical-align:top;
}
table
{
    border-collapse: collapse;
}
input,textarea
{
    outline:none;
}
textarea
{
    resize: none;
    overflow: auto;
}
body
{
    font-family: 'Century Gothic', sans-serif;
    background: white;
}
#header
{

    border-top: 12px solid rgba(119, 23, 27, 0.6);
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #dddddd;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    padding: 20px;
}

#blogLogo
{
    display: none;
}
#blogTitle
{
    width: 20%;
    float: left;
    padding: 50px 0 0 150px;

}
#blogTitle .title{
    width: 100px;
    height: 40px;
    margin: 5px 0 5px 50px;
}

#navigator
{
    margin-top: 60px;
    width: 60%;
    float: right;
}
#navigator ul li
{
    margin: 10px 10px 0;
    display:block;
    float: left;
    height: 45px;
}
#navigator .blogStats
{
    margin-top:50px;
    color: #999999;
    font-size: 12px;
}
#navigator ul li a{

    height: 43px;
    font: 25px 'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;
    text-align: center;
    letter-spacing: 5px;
    color: #3f3f3f;'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif
}
#navigator ul li a:hover{
    border-bottom: 2px solid #9e2630;
    text-decoration: none;
}


#Header1_HeaderTitle
{

    font-style: italic;
    font-family: 'Century Gothic', sans-serif !important;
    font-weight: normal;
    color: #474747;
    text-align: right;
    font-size: 35px;
}
#blogTitle .subtitle
{
    font: 12px 'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;
    color: #757575;
    font-style: italic;
    letter-spacing: 2px;
}

#comment_form .c_ad_block,#ad_c1,#under_post_kb,#ad_t2
{
    display: none;
}

#home{
    min-width: 1000px;
    min-height: 500px;
}
#main
{
    min-width: 1150px!important;
    margin-top: 100px;
    font-family: 'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;
    margin: auto;
}
#mainContent
{
    width: 60%;
    float: right;
    padding: 0 150px 0 50px;
}

#sideBar
{
    margin-top: 50px;
    width: 22%;
    float: right;
}
#clear
{
    clear: both;
}
#footer
{
    clear: both;
    height: 100px;
    width: 100%;
    font-size: 14px;
    color: #414141;
    line-height: 100px;
    text-align: center;
}
#main .post
{
    line-height: 1.8;
    letter-spacing: 1px;
}
#main #mainContent .post h1
{
    font-weight: normal;
    text-align: center;
    font-size: 30px;
}
#mainContent #topics
{
    padding: 30px;

}
#main #mainContent .postTitle
{
    margin: 60px 0 20px;
    letter-spacing: 2px;
    font-size: 20px;
    color: black;
}
#main .postCon .c_b_p_desc
{
    letter-spacing: 2px;
    font-size: 14px;
    color: #474747;
    line-height: 2.3;
}
#main .postCon a{
    margin: 10px 0;
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
    color: #474747;
    border: 1px solid #a3a3a3;
}
#main .postCon a:hover
{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}
#main .postDesc
{
    color: #999999;
    font-size: 10px;
}

#main .postDesc a
{
    margin: 0 10px;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #c82a39;
    background-size: contain;
    float: right;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
}
#main .postDesc a:hover
{
    background: #999999;
    color: white;
    opacity: 0.5;
}
#main #mainContent .postTitle a:hover
{
    color: #757575;

}
#main #mainContent .postTitle a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: black;
}

.cnblogs_code pre {
    letter-spacing: 1.5 !important;
    font-family: 'Century Gothic', sans-serif!important;
    font-size: 16px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code{
    padding: 10px 15px;
    margin-bottom: 10px;
    
    border: 1px solid #ddd;
    border-left-width: 6px;
    border-radius: 4px;
    background-color: #f2f2f2;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px!important;
    overflow: auto;
}
.cnblogs_code .cnblogs_code_copy img
{
    display: none;
}
.cnblogs_code .cnblogs_code_copy a{
    background: url("https://7xtbm8.com2.z0.glb.clouddn.com/font-240.png");
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #999999;
    border-radius: 2px;
}



#div_digg
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
}
#div_digg .diggit
{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: url("https://7xtbm8.com2.z0.glb.clouddn.com/timg.jpg");
    background-size: contain;
    border: 1px solid rgba(193, 193, 193, 0.85);
}
#div_digg .buryit
{
    width: 0px;
    height: 0px;
}
#div_digg .diggword
{
    font-size: 10px;
    color: #999999;
}
#div_digg .buryit span
{
    display: none;
}
#div_digg .diggit span
{
    font-size: 0;
}

#main .day .dayTitle
{
    display: none;
}

#sidebar_toptags .catListTag
{
    margin-bottom: 30px;
    padding: 0 0 10px 0px;
}
#sidebar_toptags .catListTag h3
{
    height: 26px;
    margin: 0 0 10px 0px;
    padding: 4px 0px 0px 20px;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img03.jpg) no-repeat left top;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

#sidebar_toptags .catListTag li
{
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img07.jpg) no-repeat left 13px;
}
#sidebar_toptags .catListTag li a{
    font-size: 14px;
    text-decoration: none;
    color: #414141;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#sidebar_toptags .catListTag li a:hover
{
    margin-left: 20px;
    color: #757575;
}

#sidebar_categories .catListPostArchive
{
    margin-bottom: 30px;
    padding: 0 0 10px 0px;
}
#sidebar_categories .catListPostArchive h3
{
    height: 26px;
    margin: 0 0 10px 0px;
    padding: 4px 0px 0px 20px;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img03.jpg) no-repeat left top;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

#sidebar_categories .catListPostArchive li{
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img07.jpg) no-repeat left 13px;
}

#sidebar_categories .catListPostArchive li a{
    font-size: 14px;
    text-decoration: none;
    color: #414141;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#sidebar_categories .catListPostArchive li a:hover
{
    margin-left: 20px;
    color: #757575;
}
#topview_posts_wrap .catListView
{
    margin-bottom: 30px;
    padding: 0 0 10px 0px;
}
#topview_posts_wrap .catListView h3
{
    height: 26px;
    margin: 0 0 10px 0px;
    padding: 4px 0px 0px 20px;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img03.jpg) no-repeat left top;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}
#topview_posts_wrap .catListView li
{
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img07.jpg) no-repeat left 13px;
}
#topview_posts_wrap .catListView li a
{
    font-size: 14px;
    text-decoration: none;
    color: #414141;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#topview_posts_wrap .catListView li a:hover
{
    margin-left: 20px;
    color: #757575;
}
#sidebar_topdiggedposts #topdigg_posts_wrap
{
    margin-bottom: 30px;
    padding: 0 0 10px 0px
}
#sidebar_topdiggedposts #topdigg_posts_wrap h3
{
    height: 26px;
    margin: 0 0 10px 0px;
    padding: 4px 0px 0px 20px;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img03.jpg) no-repeat left top;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}
#sidebar_topdiggedposts #topdigg_posts_wrap li
{
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img07.jpg) no-repeat left 13px;
}
#sidebar_topdiggedposts #topdigg_posts_wrap li a
{
    font-size: 14px;
    text-decoration: none;
    color: #414141;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#sidebar_topdiggedposts #topdigg_posts_wrap li  a:hover
{
    margin-left: 20px;
    color: #757575;
}

#sidebar_shortcut .catListLink
{
    margin-bottom: 30px;
    padding: 0 0 10px 0px
}
#sidebar_shortcut .catListLink h3
{
    height: 26px;
    margin: 0 0 10px 0px;
    padding: 4px 0px 0px 20px;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img03.jpg) no-repeat left top;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

#sidebar_shortcut .catListLink li
{
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: url(https://7xtbm8.com2.z0.glb.clouddn.com/img07.jpg) no-repeat left 13px;
}
#sidebar_shortcut .catListLink li a
{

    font-size: 14px;
    text-decoration: none;
    color: #414141;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sidebar_shortcut .catListLink li a:hover
{
    margin-left: 20px;
    color: #757575;
}
#sideBarMain .newsItem
{
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    margin-bottom: 30px;
}
#sideBarMain .newsItem h3
{
    height: 32px;
    border-color: #b2b2b2;
    background-color: #e7e7e7;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    font-size: 17px;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
#sideBarMain .newsItem a{
    font-size: 12px;
    color: #000;
}
#sideBarMain #blog-news
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}
#sideBarMain #blog-news #profile_block
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    padding-left: 70px;
    font-size: 14px;
    color: #474747;
    letter-spacing: 2px;
    line-height: 2;
}

#blog-calendar
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    display: none;
}
#sideBar_search
{
    display: none;
}

#comment_form
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    border:1px solid #ebebeb;
    padding: 30px;
}
#comment_form #comment_nav a
{
    display: inline-block;
    padding: 10px;
    margin: 10px 5px;
    color: #acacac;
    border-right: 1px solid #dddddd;
}
#blog-comments-placeholder
{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    border:1px solid #ebebeb;
    padding: 30px;
    margin: 30px 0;
}
#blog-comments-placeholder .feedback_area_title
{


    color: #999999;
    font-size: 30px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
#blog-comments-placeholder .feedbackManage
{
    padding: 5px;

}
#blog-comments-placeholder .feedbackManage a{
    color: #5f5f5f;
    font-size: 14px;
    display: inline-block;
    margin: 2px 10px;
}
#blog-comments-placeholder .layer
{
    font-size: 20px;
    color: #931c1d;
}
#blog-comments-placeholder .comment_date
{
    font-size: 12px;
    color: #919191;
}
#blog-comments-placeholder .feedbackItem
{
    padding: 10px;
    border-bottom:1px solid #cfcfcf;
}
#blog-comments-placeholder .feedbackCon
{
    padding: 10px 5px 10px 30px;

}
#blog-comments-placeholder .comment_vote
{
    float: right;
}
#blog-comments-placeholder .comment_vote a
{
    display: inline-block;
    margin-left: 20px;
    color: #acacac;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#blog-comments-placeholder .comment_vote a:hover
{
    color: #333333;
}
#comment_form_container #btn_comment_submit
{
    width: 100px;
    display: block;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    color: #d3696e;
    background: rgb(250, 255, 255);
    font-size: 14px;
    border: 1px solid #999999;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#comment_form_container #btn_comment_submit:hover
{
    background: #999999;
    color: white;
}

#commentform_title
{
    padding: 20px;
    color: #3f3f3f;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
}
#commentform_title span
{
    display: none;
}
#tbCommentBody
{
    width: 300px;

    height: 100px;
    border-radius: 10px;
    padding:20px;
    font-size:16px;
}

#green_channel
{
    position: fixed;
    right: 10px !important;
    bottom: 200px;
    width: 100px;
}
#green_channel a
{
    display: inline-block;
    width: 60px;
    height: 20px;
    margin:10px 0;
}
body .cnblogs_code pre span
{
    font-family: 'Century Gothic', sans-serif!important;
    font-size: 16px!important;
}
#header
 {
     background: url("https://7xtbm8.com2.z0.glb.clouddn.com/QQ%E6%88%AA%E5%9B%BE20160426135552.png") no-repeat;

 }