/* ==== Banner样式 ==== */
.banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* 增加banner与其他内容之间的间距 */
.banner {
    margin-bottom: 20px;
}