
        .hero.is-info {
            background-color: #48C774; /* 绿色系背景 */
        }
        .feature-icon {
            color: #3273dc; /* 蓝色图标 */
        }
        .product-image img {
            max-width: 100%;
            height: auto;
        }
        .section-padding {
            padding: 2rem 1.5rem;
        }
        .hero.is-info.is-bold {
        background-color: #48C774; /* 绿色系背景 */
        padding-top: 2rem; /* 增加顶部内边距，您可以根据需要调整这个值 */
    }
    .hero .navbar {
        background: transparent;
    }
    .hero-body {
        padding-top: 1.5rem; /* 这里调整英雄体（hero-body）的顶部内边距以下移内容 */
    }
    @media screen and (min-width: 768px) {
        .hero.is-info.is-bold {
            padding-top: 2rem; /* 对于较大屏幕，增加更多的顶部内边距 */
        }
        .hero-body {
            padding-top: 2rem; /* 对于较大屏幕，相应增加英雄体的顶部内边距 */
        }
    }
    .contact-content {
        font-family: 'Open Sans', sans-serif;
    }
    
    .contact-content p,
    .contact-content ul {
        font-size: 1rem;
        color: #4a4a4a;
    }
    
    .contact-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .contact-content ul li {
        margin-bottom: 0.75rem;
        align-items: center;
        display: flex;
    }
    
    .contact-content ul li i {
        margin-right: 10px; /* 图标和文本之间的间距 */
        color: #3273dc; /* 图标颜色 */
    }
    