body,
html,
ul,
li,
p {
    margin: 0;
    padding: 0
}

body,
html {
    font-size: 12px;
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none
}

* {
    box-sizing: border-box
}

.markdown-body .edit_btn {
    position: relative;
    right: 20px;
    float: right;
    top: 16px;
    z-index: 2;
    font-size: 14px
}

@media screen and (max-width:479px) {
    .markdown-body .edit_btn {
        right: 15px
    }
}

.markdown-body .edit_btn .split {
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 1px;
    margin: -1px 0 0 0
}

.markdown-body .edit_btn a {
    text-decoration: none;
    background: #2196f3;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px
}

.markdown-body .edit_btn a:hover {
    color: #333;
    background: #e6e6e6
}

.markdown-body .markdown-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.markdown-body {
    margin: 0 auto 0 auto;
    margin-top: 0 !important;
    padding: 90px 35px 30px 35px;
    max-width: 980px
}

@media screen and (max-width:479px) {
    .markdown-body {
        padding: 70px 15px 30px 15px
    }
}

[data-color-mode*='dark'],
[data-color-mode*='dark'] body {
    color-scheme: dark;
    --color-header-bg: rgba(58, 58, 58, 0.561);
    --color-header-border: #323232;
    --color-hover: rgba(255, 255, 255, 0.188)
}

[data-color-mode*='light'],
[data-color-mode*='light'] body {
    color-scheme: light;
    --color-header-bg: rgba(255, 255, 255, 0.322);
    --color-header-border: #d3d3d3;
    --color-hover: #f2f2f2
}

.warpper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.warpper .footer {
    padding-bottom: 280px
}

.header {
    width: 517px;
    margin: 0 auto 0;
    padding: 0 10px
}

.header .logo a {
    display: flex;
    color: currentColor
}

.header .box {
    position: relative
}

.header .search {
    min-height: 20px;
    position: relative;
    display: table;
    border-collapse: separate
}

.header .search li,
.header .search ul {
    list-style: none
}

.header .search #result .ok {
    background: #f4f4f4
}

.header .search .search-list {
    position: absolute;
    display: none;
    z-index: 999;
    box-shadow: 1px 1px 3px var(--color-theme-bg);
    border: 1px solid var(--color-header-border);
    background: var(--color-theme-bg);
    min-width: 100px;
    top: 39px;
    width: 100%;
    padding: 5px;
    border-radius: 5px 5px 5px 5px
}

.header .search .search-list li {
    line-height: 23px
}

.header .search .search-list li span {
    padding: 0 8px;
    color: #b9b9b9
}

.header .search .search-list a {
    display: block;
    padding: 2px 6px 2px 6px
}

.header .search .search-list a:hover {
    background-color: var(--color-hover)
}

.header .search .search-list a .kw {
    color: #f00;
    font-style: inherit;
    font-weight: bold
}

.header .search .query,
.header .search .enter-input {
    display: table-cell;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.header .search .query {
    resize: none;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(143, 143, 143, 0.478);
    border-radius: 5px 0 0 5px;
    -webkit-appearance: none
}

.header .search .query:focus {
    z-index: 99;
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.header .search .enter-input {
    white-space: nowrap
}

.header .search .enter-input button {
    margin: 0;
    left: -1px;
    position: relative;
    z-index: 5;
    display: inline-block;
    padding: 9px 23px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    text-rendering: auto;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-collapse: separate;
    border-radius: 0 5px 5px 0;
    border-color: rgba(143, 143, 143, 0.478)
}

.header .search .enter-input button:focus,
.header .search .enter-input button:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.header .search .enter-input button:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b4b4b4;
    background-image: none;
    box-shadow: inset 0 8px 32px -8px rgba(0, 0, 0, 0.3)
}

.header .search .enter-input button:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #999;
    text-decoration: none
}

.header .search .enter-input button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b4b4b4
}

.footer {
    text-align: center;
    padding-top: 31px;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid var(--color-header-border);
    padding-bottom: 50px;
    padding: 31px 6px 50px 6px
}

.footer.home {
    border-top: 0
}

.header.home .header_inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.header.home .logo {
    min-height: 140px;
    display: flex;
    align-items: center
}

.header.home .search {
    display: flex;
    min-width: 320px
}

.header.header_list {
    width: auto;
    position: fixed;
    width: 100%;
    background: var(--color-theme-bg);
    backdrop-filter: saturate(180%) blur(.4rem);
    background-color: var(--color-header-bg);
    z-index: 99
}

.header_list {
    padding: 10px 10px 10px 13px;
    border-bottom: 1px solid var(--color-header-border)
}

.header_list .logo {
    padding-right: 24px;
    text-align: left
}

.header_list .logo svg {
    height: 37px;
    width: 136px
}

.search_list {
    padding: 79px 27px
}

.search_list a {
    font-size: 16px
}

.search_list a strong {
    font-weight: bold
}

.search_list a .kw {
    color: #f00;
    font-style: inherit;
    font-weight: bold
}

.search_list a:hover .kw {
    color: #333
}

.search_list li {
    padding: 10px 0 10px 0;
    list-style-type: none
}

.search_list li p {
    padding-top: 5px;
    color: #4f4f4f
}

.hotlist {
    padding: 79px 27px
}

.hotlist a {
    font-size: 16px
}

.hotlist a strong {
    font-weight: bold
}

.hotlist li {
    padding: 5px 0 5px 0;
    list-style-type: none
}

.hotlist li p {
    padding-top: 5px;
    color: #4f4f4f
}

.header_list .header_inner {
    display: flex;
    align-items: center
}

.header_list .header_inner .search {
    flex: 1;
    display: flex
}

.header_inner,
.hotlist,
.search_list,
.contributors {
    max-width: 920px;
    margin: 0 auto
}

.contributors {
    padding: 79px 27px;
    max-width: 960px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word
}

.contributors a {
    font-weight: bold
}

@media screen and (max-width:479px) {
    .header {
        width: inherit
    }

    .header .search .enter-input button {
        padding: 9px 14px
    }

    .header_list {
        padding: 10px 10px 10px 13px
    }

    .header_list .logo {
        float: inherit;
        padding-right: 10px;
        text-align: center
    }

    .header_list .logo svg {
        width: 96px
    }

    .header_list .search .query {
        line-height: 31px
    }

    .search_list,
    .hotlist {
        padding: 78px 27px
    }
}