/*在这里编写相关的CSS代码*/
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    flex: 1 1 200px; /* 在小屏幕上适应 */
    margin: 10px;
}
.分标题样式 {
    text-align: center;
    margin-bottom: 1em;
}
.超链接样式 {
    color: White;
}
.介绍内容样式 {
    line-height: 1.5;
    text-indent: 2em;
    text-align: left;
}
.AI介绍样式 {
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.分割线样式 {
    margin-top: 2em;
    margin-bottom: 5em;
}
.音频播放器样式 {
    width: 100%;
}
.背景图案 {
    background-image: linear-gradient(to bottom, #2c3e50, #34495e);
    background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
}