body {
    font-size: 1em;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", 微软雅黑, Arial, Sans-Serif;
    margin: 0 auto;
    width: 80%;
}

code {
    font-size: .85em;
    font-family: Consolas, "Courier New", "Microsoft Yahei", 微软雅黑;
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border: 1px solid #d8d9dc;
}

thead {
    background-color: #f0f1f4;
}

td {
    border: 1px solid #d8d9dc;
    padding: 5px;
}

a {
    word-break: break-all;
}

a:link {
    text-decoration: none;
    color: #5ea8de;
}

a:visited {
    color: #5ea8de;
}

a:hover {
    color: #ce8b10;
}

img {
    border: 0;
    max-width: 100%;
}

hr {
    height: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
}