#content table {
    border: 1px solid #cbc8c8;
}
#content table td {
    border: 1px solid #e5e3e3;
    padding: 10px;
}
#content {
    font-size: 15px;
}
#content p {
    text-align: left;
}
#content div {
    text-align: left;
}
#content img {
    max-width: 100%;
}
#content pre code {
    background-color: #f6f6f6;
    border: none;
}
#content pre code::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
#content pre code::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 100px;
    background-color: #c7c7c7;
}
#content pre code::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 1px #a6a6a6;
    background: #EDEDED;
}
#content blockquote {
    text-align: left;
    line-height: 1.75;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    border-left: none;
    padding: 1em;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.5);
    background: #f7f7f7;
    margin: 2em 8px;
}
#content p {
    text-align: left;
    line-height: 1.75;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 15px;
    margin: 1.5em 8px;
    letter-spacing: 0.1em;
    color: #3f3f3f;
}
#content h1 {
    text-align: center;
    line-height: 1.75;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    display: table;
    margin: 1.8em auto 1em auto;
    padding: 0 1em;
    border-bottom: 2px solid rgba(15, 76, 129, 1);
    color: #3f3f3f;
}
#content h2 {
    text-align: center;
    line-height: 1.55;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    display: table;
    margin: 1.5em auto 1.5em;
    padding: 0.1em 0.5em;
    border-radius: 3px;
    background: rgba(15, 76, 129, 1);
    color: #fff;
}
#content h3 {
    text-align: left;
    line-height: 1.2;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em auto 1.5em;
    padding-left: 8px;
    border-left: 3px solid rgba(15, 76, 129, 1);
    color: #3f3f3f;
}
#content table {
    border: 1px solid #cbc8c8;
}
#content table td {
    border: 1px solid #e5e3e3;
    padding: 10px;
}
#articleMenus {
    max-height: 250px;
    overflow-y: scroll;
}
#articleMenus::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
#articleMenus::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 100px;
    background-color: #0c7fef;
}
#articleMenus::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 1px #a6a6a6;
    background: #EDEDED;
}
#menus {
    max-height: 650px;
    overflow-y: scroll;
}
#menus::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
#menus::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 100px;
    background-color: #0c7fef;
}
#menus::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 1px #a6a6a6;
    background: #EDEDED;
}