html {
    color: #000;
    overflow-y: scroll;
}

body {
    padding: 50px 0 20px;
    margin: 0;
    background-color: #e7e7e7;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "microsoft yahei", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

small {
    font-size: 12px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #3399ff;
}

a:hover {
    text-decoration: underline;
    color: #3399FF;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

legend {
    color: #000;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
    *color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
hground,
section,
footer,
nav,
figure,
menu {
    display: block
}

#home {
    width: 1100px;
    border-radius: 8px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 10px -2px #4E4E4E;
}

#navigator,
#blogTitle,
#main,
#footer {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#header {
    width: 100%;
}

#lnkBlogLogo {
    display: none;
}

#blogTitle h2 {
    font-size: 14px;
    margin-left: 20px;
}

#main {
    background-color: rgb(245, 245, 245);
    margin-bottom: 0px;
}

#mainContent {
    width: 72%;
    background: #fff;
    float: left;
    display: inline-block;
}

#sideBar {
    width: 25%;
    padding: 16px;
    font-size: 13px;
    overflow: hidden;
    color: #2D2D2D;
}

#sideBar a {
    color: #464646;
}

#sideBar a:hover {
    color: #3399ff;
    text-decoration: none;
}

#blog-news .portrait {
    text-align: center;
}

#blog-news .portrait img {
    border: 5px solid #f8f8f8;
    border-radius: 50%;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #000;
    font-size: 12px;
    background-color: #999;
}

#footer a,
#footer a:hover {
    color: #000;
    text-decoration: none;
}

#navigator {
    height: 45px;
    line-height: 45px;
    background-color: #bc2148;
}

#navList li {
    float: left;
    padding: 0 10px;
}

#navList li a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 5px 10px;
    border: 1px solid transparent;
}

#navList li a:hover {
    background: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1) 0 1px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.796875) 0 -1px 0, rgba(255, 255, 255, 0.296875) 0 0 10px;
}

.blogStats {
    color: #CACACA;
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
}

#Header1_HeaderTitle {
    display: inline-block;
    color: #d72557;
    font-size: 30px;
    margin: 10px 20px;
}

#Header1_HeaderTitle:hover {
    text-decoration: none;
}

.day {
    background: white;
    padding: 10px 30px;
}

.postSeparator {
    margin: 20px 0;
}

.postTitle,
.postTitl2,
.entrylistPosttitle {
    font-size: 20px;
    padding: 0 64px 0 10px;
    border-left: 3px solid #2175bc;
}

.postTitle a,
.postTitl2 a,
.entrylistPosttitle a {
    color: #333;
}

.postTitle a:link,
.post-title a:visited,
.postTitl2 a:link,
.postTitl2 a:visited,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    color: black;
}

.postTitle a:hover,
.postTitl2 a:hover,
.entrylistPosttitle a:hover {
    color: #3399ff;
    text-decoration: none;
}

.postBody,
.postCon,
.entrylistPostSummary {
    clear: both;
    margin-top: 26px;
}

.postBody,
.postCon,
.entrylistPostSummary {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.postCon .c_b_p_desc {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    color: #464646;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

.postCon h1,
.postCon h2,
.postCon h3,
.postCon h4,
.postCon h5,
.postCon h6 {
    font-weight: bold;
    line-height: 1.8;
}

.postBody h1,
.postCon h1 {
    font-size: 20px;
}

.postBody h2,
.postCon h2 {
    font-size: 18px;
}

.postBody h3,
.postCon h3 {
    font-size: 16px;
}

.postBody h4,
.postCon h4 {
    font-size: 16px !important;
}

.postBody h5,
.postCon h5 {
    font-size: 14px !important;
}

.postBody h6,
.postCon h6 {
    font-size: 14px!important;
}

.postBody dd,
.postCon dd {
    padding-left: 2em;
}

.postBody ul,
.postCon ul {
    list-style: none;
    margin-left: 20px;
}

.postBody ul li,
.postCon ul li {
    list-style: inside disc;
}

.postBody dt,
.postCon dt {
    font-weight: bold;
    padding: 6px 0;
    clear: both
}

.postBody ol,
.postCon ol {
    list-style: none;
    margin-left: 20px;
}

.postBody blockquote,
.postCon blockquote {
    width: 90%;
    margin: 0 auto;
    padding: 6px 0 6px 45px;
    color: #666;
    background: white url(/images/blockquote.gif) top left no-repeat;
}

.dayTitle,
.postDesc {
    font-size: 12px;
    color: #999999;
}

.postDesc,
.postDesc2,
.entrylistItemPostDesc {
    border-bottom: 1px dashed #E8E7D0;
    text-align: right;
    margin: 10px 0 0;
    padding: 5px 0px;
}

.dayTitle {
    display: none;
    border: 1px solid #cccccc;
    position: relative;
    top: -20px;
    width: 100px;
    left: -20px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 8px;
}

.dayTitle a {
    color: #333;
}

.newsItem,
#blog-calendar,
.sidebar-block {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

#sidebar_search,
#sidebar_toptags {
    display: none;
}

#blog-news,
#blog-calendar,
.sidebar-block ul {
    padding: 10px;
}

.sidebar-block ul li {
    line-height: 1.8;
}

#profile_block,
.visitor {
    line-height: 1.8;
    margin: 0;
}

#sideBarMain h3 {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    background-color: #bc2121;
}

.CalTodayDay {
    color: #3399ff;
}

#blog-comments-placeholder,
#divRefreshComments,
.commentform,
#AjaxHolder_UpdatePanel1 {
    padding: 0 32px;
}

.post {
    padding: 32px;
}

.feedbackItem {
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F6F6F6;
}

.blog_comment_body {
    color: #929292;
    padding-top: 10px;
}

.forFlow p {
    margin-bottom: 18px;
}

.forFlow img {
    margin: 0 10px 0 0;
}

#MySignature {
    display: block;
    color: #2175BC;
}
#author_profile{
    margin: 10px 0;
    width:auto;
}
#div_digg {
    margin: 0;
}

#green_channel {
    width: 100%;
    background-color: #2175BC;
    border: none;
}

#green_channel a {
    border-radius: 5px;
    margin-right: 30px;
}

.c_ad_block,
#ad_t2 {
    display: none;
}

#under_post_news,
#under_post_kb {
    display: none;
}

.commentbox_title {
    width: 100%;
}

div.commentform input.author {
    width: 200px;
}

div.commentform textarea {
    width: 100%;
    height: 200px;
}

.PostList,
.entrylistItem {
    margin: 20px;
}

.entrylistTitle,
.PostListTitle {
    display: none;
}

#blogTitle {
    height: 113px;
    display: block;
    position: relative;
}

.git-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.cnblogs_code img {
    margin: 0;
    float: left;
}

.cnblogs_code_toolbar {
    margin-top: 0px;
}

.code {
    padding: 0 10px;
}

h4 {
    background-color: #2175BC;
    margin: 0 -32px;
    padding: 0 32px;
    color: white;
}

#myposts .myposts_title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

#myposts .postTitl2 {
    border-left: none;
    padding-left: 0px;
    padding-right: 0px;
}

#myposts .postTitl2 a {
    font-size: 16px;
}

#myposts .postDesc2 {
    margin: 20px 0 20px 5px;
}

#cnblogs_post_body {
    font-size: 14px;
}

#green_channel img {
    margin-bottom: 0;
}

#cnblogs_post_body img {
    max-width: 650px;
}

#rocket-to-top {
    background: url("https://images.cnblogs.com/cnblogs_com/jesse131/829285/o_rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: none;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 90%;
    width: 149px;
    z-index: 11;
}

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}

#rocket-to-top .level-2 {
    background: url("https://images.cnblogs.com/cnblogs_com/jesse131/829285/o_rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    html {
        font-size: 62.5%;
    }
    body {
        font-size: 1.2rem;
        padding: 0;
    }
    #home {
        width: 100%;
        border-radius: 0;
    }
    .git-link,
    .blogStats,
    #sideBar,
    #navList li:nth-child(3),
    #navList li:nth-child(6) {
        display: none;
    }
    #rocket-to-top {
        display: none!important;
    }
    #navList li {}
    #mainContent {
        width: 100%;
        float: none;
        display: block;
    }
    .postTitle,
    .postTitl2,
    .entrylistPosttitle {
        font-size: 1.4rem;
        padding: 0 1rem;
        border-left: 3px solid #2175bc;
    }
    .day,.post{
        padding:1rem;
    }
    .postCon .c_b_p_desc{
        font-size:1.2rem;
        line-height: 1.8rem;
    }
    #cnblogs_post_body{
        font-size:1.2rem;
    }
    #green_channel a{
        margin-right:0;
    }
    #blog-comments-placeholder, #divRefreshComments, .commentform, #AjaxHolder_UpdatePanel1{
        padding:0 1rem;
    }
}