.body a{
    text-decoration: none;
    color: #3AC78F;
    transition: all 0.3s ease;
}
.body a:hover{
    color: #1C9C69;
}
.body img{
    max-width: 100%;
    height: auto;
}

table{
    overflow-x: auto;
    width: 100%; /* 让表格宽度充满其容器 */
    max-width: 100%; /* 设置最大宽度为100% */
    border-collapse: collapse; /* 合并边框，使表格看起来更紧凑 */
}

.richText p{
    font-size: 20px ;
    font-family: 'Microsoft YaHei', sans-serif;
}

img{
    max-height: 60vh;
}