header {
    text-align: center;
    background-color: transparent;
    padding: 20px;
}
.main-content-header{
    text-align: center;
    color: #fff; /* 将字体颜色设置为白色 */
    padding-top: 90px;
    padding-bottom: 40px;
}

.model-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.model-list {
    margin-bottom: 20px;
}
.list-group-item {
    cursor: pointer;
}
.model-details-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.model-details p {
    line-height: 1.5;
    font-size: 18px;
    text-indent: 0;
    margin-bottom: 20px; /* 设置每个段落的下外边距为10px */
}

.model-details li {
    font-size: 18px; /* 这里将字体大小设置为16px */
}