
        /* 响应式基础样式 */
        .img-container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 15px;
        }

        /* 通用响应式图片样式 */
        .responsive-img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        /* 背景图片容器 */
        .banner {
            width: 100%;
            height: 400px;
            background-size: cover;
            background-position: center;
        }
    