@font-face {
    font-family: "ZhuZiAWan";
    src: url("/ZhuZiAWan.ttf");
}

html,
body {
    margin: 0;
    color: #424242;
    font-weight: 300;
    font-family: "ZhuZiAWan", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Microsoft YaHei",
        "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif";
    font-size: 16px;
    cursor: url("https://images.shaogy.top/feature/default.cur"), auto;
}

* {
    box-sizing: border-box;
}

header {
    padding: 40vh 0 8vh 0;
    text-align: center;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
    background: #a0e5e4;
}

h1,
h2,
h3 {
    font-weight: 400 !important;
    font-weight: bold;
    margin: 0;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 300;
}

h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

#scroll-down {
    background-color: transparent;
    margin-top: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #424242;
    animation: bounce 2s infinite 2s;
}

#scroll-down::before {
    display: block;
    content: "";
    transform: rotate(-45deg) translate(0.15rem, 0.15rem);
    width: 0.4rem;
    height: 0.4rem;
    border: 2px solid #424242;
    border-width: 0px 0 2px 2px;
}

button,
a {
    cursor: url("https://images.shaogy.top/feature/pointer.cur"), auto;
}

a {
    text-decoration: none;
    color: #42b983;
}

main {
    padding: 1vw;
}

section {
    padding: 1rem;
}

footer {
    padding: 1vh;
    text-align: center;
    background-color: #aaaaaa;
}

footer a {
    color: #ddd;
}

footer a:hover {
    text-decoration: underline;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

pre {
    background-color: #f5f5f5;
    padding: 2rem 1rem;
    border-radius: 4px;
    overflow: auto;
}

.simpleTable .linep {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    padding-left: 14px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    position: relative;
}

.simpleTable .linep::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #00aeff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

table {
    display: block;
    width: 100%;
    overflow: auto;
}

table td {
    border-bottom: 1px solid #e7e7e7;
    line-height: 20px;
    padding: 8px 0;
}

table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
