.ai-mess table {
    border: 1px solid #cbc8c8;
}
.ai-mess table td {
    border: 1px solid #e5e3e3;
    padding: 10px;
}
.ai-mess {
    font-size: 15px;
}
.ai-mess p {
    text-align: left;
}
.ai-mess div {
    text-align: left;
}
.ai-mess img {
    max-width: 100%;
}
.ai-mess pre code {
    background-color: #f6f6f6;
    border: none;
}
.ai-mess pre code::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.ai-mess pre code::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 100px;
    background-color: #c7c7c7;
}
.ai-mess pre code::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 1px #a6a6a6;
    background: #EDEDED;
}
.ai-mess 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;
}
.ai-mess 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: 14px;
    margin: 0.5em 0px;
    letter-spacing: 0.1em;
    color: #151d26;
}
.ai-mess h1 {
    float: left;
    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: 1.5em;
    font-weight: bold;
    width: 100%;
    display: table;
    margin: 1em auto 0.5em auto;
    padding: 0em;
    border-bottom: 1px solid rgb(230 231 231);
    color: #3f3f3f;
}
.ai-mess h2 {
    float: left;
    text-align: left;
    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: 1.3em;
    font-weight: bold;
    width: 100%;
    display: table;
    margin: 0.5em auto 0.5em auto;
    padding: 0em;
    color: #3f3f3f;
}
.ai-mess h3 {
    float: left;
    text-align: left;
    line-height: 1.35;
    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;
    width: 100%;
    display: table;
    margin: 1em auto 0.5em auto;
    padding: 0em;
    color: #3f3f3f;
}
.ai-mess table {
    border: 1px solid #cbc8c8;
}
.ai-mess 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;
}
.ai-mess ul li, .ai-mess ol li {
    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;
    margin: 0.5em 0px;
    letter-spacing: 0.1em;
    color: #151d26;
}
.ai-mess strong {
    color: #021226;
}