/* 全局样式 */
body {
    margin: 0;
    padding: 0;
    font-family: "Source Han Sans", "Noto Sans CJK SC", Arial, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;      
}

.top {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height:40px;
    padding: 3px;
}

/* 导航栏 */
.menu-icon {
    font-size: 37px;
    color: rgb(160, 160, 160);
    cursor: pointer;
    margin-left: 7px;
    margin-right: 5px;
}


/* 关于 */
section.content { 
    line-height: 1.5;
    margin-right: 17px;
    margin-left: 17px;
}

section h2 {
    font-size: 17px;
    margin-bottom: 10px;
    background: linear-gradient(to top, #ffeb3b 30%, transparent 70%); 
    display: inline-block; 
}

section ol {
    margin-left: 0px;
}

section li {
    font-size: 14px;
    margin-bottom: 15px;
}


footer.site {
    border-top: 0.75px solid #ccc;
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
}

footer a {
    color: #888;
    text-decoration: none;
    font-size: 9px;
    text-align: center;
}

footer a:hover {
    text-decoration: underline;
}
