/* 为了给固定在顶部的导航栏留出空间 */
body {
	padding-top: 60px;
}
#tom01{
	font-size:18px;
}
pre {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 0.25rem;
    overflow: auto;
}
.tom-map1{
    max-height:150px;
}

/* 确保文章内容中的图片自适应宽度 */
.card-text img {
    max-width: 100%;
    height: auto;
}