/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
    line-height: 1;
    background-color: #ddd;
    font-family: "Resource Han Rounded CN", "Helvetica Neue", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", Arial, "WenQuanYi Micro Hei",sans-serif;
    font-size: 16px;
    color: #555;
    letter-spacing: 0.03em;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
    overflow-wrap: break-word;
}

.hide {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

article.blog {
    margin: 5em auto;
    max-width: 40em;
    min-height: 100vh;
    padding: 6em;
    background-color: #fff;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.36);
    line-height: 2.5;
}
h1, h2, h3 {
    letter-spacing: 0.1em;
    margin-top: 2em;
    margin-bottom: 1em;
}

section.meta {
    margin-bottom: 3em;
}
h1.title {
    margin-top: -1em;
    margin-bottom: 2em;
    font-size: 2em;
    line-height: 1.5em;
    color: #000;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
    color:#555;
}
h2 {
    font-size: 1.4em;
    color:#063;
}
h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color:#936;
}
p {
    margin-bottom: 1.5em;
}

p.history {
    margin-top: -4em;
    margin-bottom: 1em;
    font-size: 0.8em;
    color: #888;
    font-weight: bold;
}

a, a:hover {
	color:#27a;
	text-decoration: none;
}

info, warn, danger, box {
    display: block;
	padding: 1.5em;
	margin: 0.85em 0 1em 0;
}
info {
    color: hsl(212, 35%, 32%);
    background-color: hsla(212, 90%, 32%, 0.05);
}
warn {
    color: hsl(50, 100%, 30%);
    background-color: hsla(50, 100%, 30%, 0.05);
}
danger {
    color: hsl(330, 65%, 50%);
    background-color: hsla(330, 65%, 50%, 0.03);
}

box, details {
	color: #333;
	background-color: #f5f5f5;
}
details {
    padding: 0 1em;
    margin-top: 1em;
    margin-bottom: -0.8em;
    border-radius: 0.5em;
}
details[open] {
    padding-bottom: 1em;
    margin-bottom: 0.2em;
}
summary {
    background-color: #dfdfdf;
    margin: 0em -1em 1em;
    padding: 0.5em 1em;
    font-weight: bold;
    border-radius: 0.5em;
}
details[open] summary {
    border-radius: 0.5em 0.5em 0 0;
}
summary:focus {
    outline: none;
}

em {
    color: #936;
    font-weight: bold;
    font-style: normal;
}

mark{
    background: none;
    text-shadow: 0 0 0.6em hsla(33, 100%, 50%, 0.8);
    color: hsl(250, 100%, 25%);
}
del {
    color: #aaa;
    text-decoration-color: #936;
    text-decoration-style: dotted;
    filter: blur(0.3px);
}
ins {
    vertical-align: 0.3em;
    padding: 0 0.3em;
    line-height: 1;
    text-decoration: none;
}
ins:before {
    content: "^";
    color: #936;
    display: inline-block;
    vertical-align: -1em;
    margin-bottom: -1em;
}

sub, sup, q {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup, q {
    top: -0.5em;
}
q {
    quotes: none;
    font-weight: bold;
}

article.blog figure {
    margin: 1em auto;
}
article.blog img {
    margin-bottom: 0;
    border: 1px solid #aaa;
    max-width: 100%;
}
article.blog figcaption {
    position: relative;
    left: 20%;
    max-width: 80%;
    text-align: right;
    line-height: 1.5;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    color: #aaa;
    margin-bottom: 1em;
}

p.ref {
    font-size: 0.85em;
    margin-bottom: 0.5em;
}
p.ref a {
    font-weight: normal;
}
p.ref a[id] {
    color: #000;
    margin-right: 0.5em;
    font-weight: bold;
}

p.icp {
    margin: 0 auto;
    padding-bottom: 1em;
    text-align: center;
}
p.icp a {
    font-size: 0.8em;
    color: rgba(0,0,0,0.3);
}

@media screen and (max-width: 992px) {
    body {
        background-color: transparent;
        padding: 0;
    }
    article.blog {
        padding: 5%;
        box-shadow: none;
    }
}
@media print {
    body {
        background-color: transparent;
        padding: 0;
    }
    article.blog {
        padding: 3%;
        box-shadow: none;
        min-height: 0;
    }
    info, warn, danger, box {
        border: 1px dotted black;
    }
}