div.post div.entry {
    font-family: Georgia,"Times New Roman",Times,sans-serif;
}
div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
    margin-bottom: 12px;
    margin-top: 24px;
}
div.post div.entry h1 {
    background-color: #a3bb50;
    color: white;
    padding: 1px 5px;
}
div.post h2 {
    font-size: 22px;
    line-height: 100%;
    color: #21759b;
}
div.post div.entry div.cnblogs_code {
    border: 1px solid silver;
    font-family: "Consolas","Courier New","宋体",Courier,mono,serif;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
div.post div.entry div.cnblogs_code {
    border-left: 5px solid #6ce26c;
}
div#information {
    background-color: #f8f8ee;
    border: 1px solid #e8e7d0;
    color: #666666;
    margin-bottom: 30px;
    margin-top: -15px;
    min-height: 10px;
    padding: 5px 10px 0;
}

.code,.cnblogs_code {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #c0c0c0;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    margin: 0 40px 0 20px;
    padding: 10px;
}
.cnblogs_code pre {
    max-width: 1000px;
}

<!--代码结束-->
.kcTable {
    border: medium none;
    border-collapse: collapse;
}
.kcTable th {
    background-color: #fff;
}
.kcTable td {
    border: 1px solid #000;
}
img.blogImg {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
img {
    max-width: 800px;
}
t .kc-table {
    border: medium none;
    border-collapse: collapse;
    font-size: 14pt;
}
.kc-table > thead > tr > th, .kc-table > tbody > tr > th, .kc-table > tfoot > tr > th, .kc-table > thead > tr > td, .kc-table > tbody > tr > td, .kc-table > tfoot > tr > td {
    border: 1px solid #4f81bd;
    padding: 5px;
}
.kc-table > thead > tr > th {
    background-color: #5b9bd5;
    border-bottom: 2px solid #5b9bd5;
    color: #fff;
    font-weight: bold;
}
.kc-table > tbody > tr > td, .kc-table > tfoot > tr > td {
    color: #0066cc;
}
.kc-table > thead > tr.active:hover > td, .kc-table > tbody > tr.active:hover > td, .kc-table > tfoot > tr.active:hover > td {
    background-color: #eaeff7;
}
.kc-table > tbody > tr.subhead {
    background-color: #d0d8e8;
    color: #fff;
    font-weight: bold;
}
#kc-apple-download-btn {
    height: 60px;
    margin: auto;
    padding: 34px 0;
    position: relative;
}
#kc-apple-download-btn a {
    border-radius: 3px;
    color: #fff;
    height: 60px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#kc-apple-download-btn .kc-apple-btn {
    background: none repeat scroll 0 0 #569df2;
    float: left;
    padding-left: 96px;
    width: 140px;
}
#kc-apple-download-btn a i {
    background-image: url("https://files.cnblogs.com/kenshincui/apple_icon_btn.gif");
    background-repeat: no-repeat;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 14px;
    vertical-align: top;
    width: 32px;
}
#kc-apple-download-btn .kc-apple-btn i {
    background-position: 0 0;
    font-style: normal;
    left: 50px;
}
#kc-apple-download-btn a span {
    font-size: 22px;
}
#kc-apple-download-btn a span, #kc-apple-download-btn a em {
    display: block;
    line-height: 130%;
    position: relative;
    text-align: left;
    top: 18px;
}
.kc-catalog {
    font-size: 15px !important;
    margin-bottom: 30px;
    margin-left: 30px;
}
.kc-catalog, .kc-catalog ol {
    counter-reset: a;
    list-style: outside none none !important;
    position: relative;
}
.kc-catalog li {
    list-style-type: none !important;
}
.kc-catalog li:before {
    content: counters(a, ".", decimal) ". ";
    counter-increment: a;
    font-size: 15px !important;
}
.kc-catalog .catalog {
    background-color: #2d96e9;
    color: #fff;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.kc-catalog .catalog:before {
    content: "";
    list-style: outside none none;
}
.kc-catalog .catalog span {
    display: block;
}