kbd
{
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color: #333;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 .1em;
    padding: .1em .6em;
    text-shadow: 0 1px 0 #fff;
}

#MySignature
{
    border: solid 1px #E5E5E5;
    padding: 10px;
    background: #FFFEFE url(https://i.creativecommons.org/l/by/2.5/cn/88x31.png) no-repeat scroll 1% 50%;
    padding-left: 100px;
}

    #MySignature a:link, #MySignature a:visited, #MySignature a:active
    {
        color: #f60;
    }

    #MySignature a:hover
    {
        color: #f60;
        text-decoration: underline;
    }

#div_digg
{
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 50px;
    margin-top: 10px;
    text-align: center;
    width: 120px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-color: white;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
}

p
{
    line-height: 170%;
}

input.btn_my_zzk
{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);
    padding: 2px 10px;
    border-radius: 4px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    background-repeat: repeat-x;
    background-color: rgb(245, 245, 245);
}

    input.btn_my_zzk:hover
    {
        color: rgb(51, 51, 51);
        background-color: rgb(230, 230, 230);
    }

    input.btn_my_zzk:focus
    {
        color: rgb(51, 51, 51);
        background-color: rgb(230, 230, 230);
    }

#btn_my_zzk:active
{
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.CalTodayDay
{
    border: 1px solid rgb(197, 180, 184);
}

.transparent
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

/*Test*/

body, button, input, select, textarea
{
    font-family: Microsoft Yahei, Verdana, Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 10px 0;
    font-family: Microsoft Yahei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

p, ul, ol, a
{
    font-family: Microsoft Yahei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
{
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1, h2, h3
{
    line-height: 40px;
}

h1
{
    font-size: 38.5px;
}

h2
{
    font-size: 31.5px;
}

h3
{
    font-size: 24.5px;
}

h4
{
    font-size: 17.5px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 11.9px;
}

h1 small
{
    font-size: 24.5px;
}

h2 small
{
    font-size: 17.5px;
}

h3 small
{
    font-size: 14px;
}

h4 small
{
    font-size: 14px;
}

.page-header
{
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
}

ul
{
    margin-left: 40px;
}

ul, ol
{
    list-style-type: none;
    padding: 0;
    margin: 5px 0 10px 25px;
}

    ul ul, ul ol, ol ol, ol ul
    {
        margin-bottom: 0;
    }

li
{
    line-height: 20px;
}

ul.unstyled, ol.unstyled
{
    margin-left: 0;
    list-style: none;
}

ul.inline, ol.inline
{
    margin-left: 0;
    list-style: none;
}

    ul.inline > li, ol.inline > li
    {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl
{
    margin-bottom: 20px;
}

dt, dd
{
    line-height: 20px;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-left: 10px;
}

.dl-horizontal
{
    *zoom: 1;
}

    .dl-horizontal:before, .dl-horizontal:after
    {
        display: table;
        line-height: 0;
        content: "";
    }

    .dl-horizontal:after
    {
        clear: both;
    }

    .dl-horizontal dt
    {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd
    {
        margin-left: 180px;
    }

hr
{
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999999;
}

abbr[title], abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}

blockquote
{
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #58F089;
    background-color: rgb(242, 253, 248);
}

blockquote {
	margin: 1.6em 0px; padding: 0px 0px 0px 1.6em; border-left-color: rgb(237, 236, 228); border-left-width: 0.4em; border-left-style: solid; box-sizing: border-box; -moz-box-sizing: border-box;
}
blockquote p {
	margin: 0.8em 0px;
}
blockquote small {
	margin: 0.8em 0px 0.8em 1.5em; color: rgb(204, 204, 204); font-size: 0.9em; display: inline-block;
}
blockquote small::before {
	content: "\2014 \00A0";
}
blockquote cite {
	font-weight: bold;
}
blockquote cite a {
	font-weight: normal;
}

    blockquote.pull-right
    {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small
        {
            text-align: right;
        }

            blockquote.pull-right small:before
            {
                content: '';
            }

            blockquote.pull-right small:after
            {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after
    {
        content: "";
    }

address
{
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

code, pre
{
    padding: 0 3px 2px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace, 'Microsoft YaHei';
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code
{
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    pre.prettyprint
    {
        margin-bottom: 20px;
    }

    pre code
    {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}

form
{
    margin: 0 0 20px;
}

fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
}

legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small
    {
        font-size: 15px;
        color: #999;
    }

label, input, button, select, textarea
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

input, button, select, textarea
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

label
{
    display: block;
    margin-bottom: 5px;
}
.postTitle
{
    font-size:200%;
}
.post
{
	background-color: #FFFFFF;
}
#header
{
    background-color:rgba(44, 44, 44, 0.8);
}

#mobile adapter