html, body, .container {
    width: 100%;
    height: 100%;
    line-height: 24px;
    margin: 0;
    font-family: "寰蒋闆呴粦", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", Arial, sans-serif;
}

/* * {
    font-size: 12px;
} */

.container {
    overflow-y: auto;
}

@media screen and (min-width:960px) {
    .content {
        width: 960px;
        margin: auto;
        padding: 35px 0 180px 0;
        box-sizing: border-box;
    }
    .copy {
        position: fixed;
        right: 80px;
        bottom: 100px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
    }
}

@media screen and (max-width:960px) {
    .content {
        width: 100%;
        margin: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .copy {
        position: fixed;
        right: 20px;
        bottom: 100px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
    }
}

h1 {
    font-size: 20px;
    font-weight: 550;
    color: #333;
}

h2 {
    font-size: 16px;
    font-weight: 550;
    color: #333;
}

h3 {
    font-size: 14px;
    font-weight: 550;
    color: #333;
}

h4 {
    font-size: 28px;
    font-weight: 550;
    color: #333;
}

li {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.content-type-1, p {
    font-size: 14px;
}

.table-1 th, .table-1 td {
    border: 1px solid #ccc;
    padding: 6px 13px;
    word-break: break-all;
    font-size: 12px;
}

pre, code {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
}

img {
    max-width: 100%;
    height: auto;
}

#addressCopy {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -99999;
    border: 0;
    color: #fff;
}

/*婊氬姩鏉℃牱寮�*/

.container::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 4px;
}

.container::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.container::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.content a {
    color: #4183c4;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.hljs-comment {
    color: #8e908c;
}