/* 智能手表页面专用样式 */

/* 智能手表横幅区域 */
.smart-watch-banner {
    background: url('../assets/images/sloution_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Heavy;
    font-size: 1.75rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.smart-watch-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-watch-banner-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    span {
        font-family: PingFang SC;
        font-weight: 400;
        font-style: Heavy;
        font-size: 2rem;
        line-height: 100%;
        letter-spacing: 0%;
    }
}

.smart-watch-banner-title {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Heavy;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.smart-watch-banner-subtitle {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    
}

.smart-watch-banner-description {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}

.smart-watch-banner-btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

/* 响应式设计 */

/* 大屏幕优化 */
@media (min-width: 1200px) {
  
    
  
    
    .smart-watch-banner-title {
        font-size: 2.25rem;
    }
    
    
    
    .solution-features-grid {
        gap: 2rem;
    }
    
    .platform-solutions-grid {
        gap: 3rem;
    }
    
    .customization-services-grid {
        gap: 0 2.5rem;
    }
    
    .firmware-resolutions-grid {
        gap: 2rem;
    }
    
    .scenario-coverage-grid {
        gap: 2rem;
    }
}

/* iPad屏幕 */
@media (min-width: 768px) and (max-width: 1024px) {
  
    
    .smart-watch-banner-title {
        font-size: 2rem;
    }
    
    .smart-watch-banner-subtitle {
        font-size: 1.2rem;
    }
    
    .solution-features-grid {
        gap: 1.5rem;
    }
    
    .platform-solutions-grid {
        gap: 2rem;
    }
    
    .customization-services-grid {
        gap: 0 2rem;
    }
    
    .firmware-resolutions-grid {
        gap: 1.5rem;
    }
    
    .scenario-coverage-grid {
        gap: 1.5rem;
    }
}

/* 中等屏幕 */
@media (max-width: 992px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .smart-watch-banner-title {
        font-size: 1.5rem;
    }
    
    .smart-watch-banner-subtitle {
        font-size: 1.1rem;
    }
    
    .solution-features-grid {
        gap: 1.2rem;
    }
    
    .platform-solutions-grid {
        gap: 1.5rem;
    }
    
    .customization-services-grid {
        gap: 1.5rem;
    }
    
    .firmware-resolutions-grid {
        gap: 1.2rem;
    }
    
    .scenario-coverage-grid {
        gap: 1.2rem;
    }
}

/* 平板端 */
@media (max-width: 768px) {
    .smart-watch-banner {
        min-height: 250px;
        padding: 30px 0;
    }

    .smart-watch-banner-title {
        font-size: 1.5rem;
    }

    .smart-watch-banner-subtitle {
        font-size: 1.1rem;
    }

    .smart-watch-banner-description {
        font-size: 1rem;
    }

    .smart-watch-banner-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    /* 方案特性优化 */
    .solution-features-grid {
        gap: 1rem;
    }
    
    .feature-item {
        padding: 1.5rem;
    }
    
    .feature-icon-img {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    
    /* 平台方案优化 */
    .platform-solutions-grid {
        gap: 1.5rem;
    }
    
    .platform-item {
        padding: 1.5rem;
    }
    
    /* 定制服务优化 */
    .customization-services-grid {
        gap: 0 1.5rem;
    }
    
    .service-item {
        padding: 1.5rem;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .service-description {
        font-size: 0.9rem;
    }
    
    /* 固件分辨率优化 */
    .firmware-resolutions-grid {
        gap: 1rem;
    }
    
    .firmware-img {
        max-width: 5rem;
        max-height: 5rem;
    }
    
    /* 场景覆盖优化 */
    .scenario-coverage-grid {
        gap: 1rem;
    }
    
    .scenario-title {
        font-size: 1.1rem;
    }
    
    /* UI风格优化 */
    .ui-layout {
        height: 400px;
        gap: 1rem;
    }
    
    .ui-title {
        font-size: 1.3rem;
    }
    
    .ui-description {
        font-size: 0.9rem;
    }
    
    /* 配置功能优化 */
    .optional-configuration-slider {
        gap: 1.5625rem;
    }
    
    .config-title {
        font-size: 1rem;
    }
    
    /* APP定制优化 */
    .app-screens-container {
        min-height: 400px;
        padding: 0 10px;
        align-items: center;
    }
    
    .app-customization-content .col-lg-6:first-child {
        justify-content: center;
        min-height: 400px;
    }
    
    .app-customization-content .col-lg-6:last-child {
        align-items: center;
        min-height: 400px;
        justify-content: center;
    }
    
    .app-features-grid {
        gap: 1rem;
    }
    
    .app-feature-item {
        padding: 1rem;
    }
    
    .app-feature-icon-img {
        width: 30px;
        height: 30px;
    }
    
    .app-feature-title {
        font-size: 0.9rem;
    }
    
    /* 统计选项优化 */
    .stats-banner {
        min-height: 200px;
    }
    
    .stats-number {
        font-size: 2rem;
    }
    
    .stats-label {
        font-size: 0.9rem;
    }
    
    /* 全球覆盖优化 */
    .global-map-container {
        padding: 25px 10px;
    }
    
    .location-marker {
        width: 16px;
        height: 16px;
    }
    
    .marker-pin::after {
        width: 6px;
        height: 6px;
    }
    
    /* 联系我们优化 */
    .contact-hero-section {
        min-height: 180px;
    }
    
    .about-company-name {
        font-size: 1.8rem;
    }
    
    .about-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .smart-watch-banner {
        min-height: 200px;
        padding: 20px 0;
    }

    .smart-watch-banner-title {
        font-size: 2rem;
    }

    .smart-watch-banner-subtitle {
        font-size: 1rem;
    }

    .smart-watch-banner-description {
        font-size: 0.9rem;
    }

    .smart-watch-banner-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
    
    /* 方案特性手机端优化 */
    .solution-features-grid {
        gap: 0.8rem;
    }
    
    .feature-item {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon-img {
        width: 35px;
        height: 35px;
        margin-bottom: 0.5rem;
    }
    
    .feature-text {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    /* 平台方案手机端优化 */
    .platform-solutions-grid {
        gap: 1rem;
    }
    
    .platform-item {
        padding: 1rem;
        text-align: center;
    }
    
    .company-logo {
        max-width: 80px;
        max-height: 40px;
    }
    
    .chip-image {
        max-width: 100px;
        max-height: 100px;
    }
    
    /* 定制服务手机端优化 */
    .customization-services-grid {
        gap: 0 1rem;
    }
    
    .service-item {
        padding: 1rem;
        text-align: center;
    }
    
    .service-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .service-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    /* 固件分辨率手机端优化 */
    .firmware-resolutions-grid {
        gap: 0.8rem;
    }
    
    .firmware-img {
        max-width: 60px;
        max-height: 60px;
    }
    
    /* 场景覆盖手机端优化 */
    .scenario-coverage-grid {
        gap: 0.8rem;
    }
    
    .scenario-title {
        font-size: 1rem;
    }
    
    /* UI风格手机端优化 */
    .ui-layout {
        height: auto;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .ui-item {
        padding: 1rem;
    }
    
    .ui-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .ui-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    /* 配置功能手机端优化 */
    .optional-configuration-slider {
        gap: 1.25rem;
    }
    
    .config-title {
        font-size: 0.9rem;
    }
    
    /* APP定制手机端优化 */
    .app-screens-container {
        min-height: 250px;
        padding: 0 5px;
    }
    
    .app-customization-content .col-lg-6:first-child {
        min-height: auto;
        margin-bottom: 2rem;
    }
    
    .app-customization-content .col-lg-6:last-child {
        min-height: auto;
        justify-content: center;
    }
    
    .app-features-grid {
        gap: 0.8rem;
    }
    
    .app-feature-item {
        padding: 0.8rem;
        flex-direction: column;
        text-align: center;
    }
    
    .app-feature-icon-img {
        width: 25px;
        height: 25px;
        margin-bottom: 0.5rem;
    }
    
    .app-feature-title {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    /* 统计选项手机端优化 */
    .stats-banner {
        min-height: 180px;
    }
    
    .stats-number {
        font-size: 1.5rem;
    }
    
    .stats-label {
        font-size: 0.8rem;
    }
    
    /* 全球覆盖手机端优化 */
    .global-map-container {
        padding: 20px 5px;
    }
    
    .location-marker {
        width: 14px;
        height: 14px;
    }
    
    .marker-pin::after {
        width: 5px;
        height: 5px;
    }
    
    /* 联系我们手机端优化 */
    .contact-hero-section {
        min-height: 160px;
    }
    
    .about-company-name {
        font-size: 1.6rem;
    }
    
    .about-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* 超小屏幕优化 */
@media (max-width: 480px) {
    .smart-watch-banner {
        min-height: 180px;
        padding: 15px 0;
    }

    .smart-watch-banner-title {
        font-size: 1.8rem;
    }

    .smart-watch-banner-subtitle {
        font-size: 0.9rem;
    }

    .smart-watch-banner-description {
        font-size: 0.8rem;
    }

    .smart-watch-banner-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    /* 方案特性超小屏幕优化 */
    .solution-features-grid {
        gap: 0.6rem;
    }
    
    .feature-item {
        padding: 0.8rem;
    }
    
    .feature-icon-img {
        width: 30px;
        height: 30px;
    }
    
    .feature-text {
        font-size: 0.75rem;
    }
    
    /* 平台方案超小屏幕优化 */
    .platform-solutions-grid {
        gap: 0.8rem;
    }
    
    .platform-item {
        padding: 0.8rem;
    }
    
    .company-logo {
        max-width: 60px;
        max-height: 30px;
    }
    
    .chip-image {
        max-width: 80px;
        max-height: 80px;
    }
    
    /* 定制服务超小屏幕优化 */
    .customization-services-grid {
        gap: 0 0.8rem;
    }
    
    .service-item {
        padding: 0.8rem;
    }
    
    .service-title {
        font-size: 1rem;
    }
    
    .service-description {
        font-size: 0.75rem;
    }
    
    /* 固件分辨率超小屏幕优化 */
    .firmware-resolutions-grid {
        gap: 0.6rem;
    }
    
    .firmware-img {
        max-width: 50px;
        max-height: 50px;
    }
    
    /* 场景覆盖超小屏幕优化 */
    .scenario-coverage-grid {
        gap: 0.6rem;
    }
    
    .scenario-title {
        font-size: 0.9rem;
    }
    
    /* UI风格超小屏幕优化 */
    .ui-layout {
        gap: 0.8rem;
    }
    
    .ui-item {
        padding: 0.8rem;
    }
    
    .ui-title {
        font-size: 1rem;
    }
    
    .ui-description {
        font-size: 0.75rem;
    }
    
    /* 配置功能超小屏幕优化 */
    .optional-configuration-slider {
        gap: 0.9375rem;
    }
    
    .config-title {
        font-size: 0.8rem;
    }
    
    /* APP定制超小屏幕优化 */
    .app-screens-container {
        min-height: 200px;
    }
    
    .app-features-grid {
        gap: 0.6rem;
    }
    
    .app-feature-item {
        padding: 0.6rem;
    }
    
    .app-feature-icon-img {
        width: 20px;
        height: 20px;
    }
    
    .app-feature-title {
        font-size: 0.75rem;
    }
    
    /* 统计选项超小屏幕优化 */
    .stats-banner {
        min-height: 160px;
    }
    
    .stats-number {
        font-size: 1.3rem;
    }
    
    .stats-label {
        font-size: 0.75rem;
    }
    
    /* 全球覆盖超小屏幕优化 */
    .global-map-container {
        padding: 15px 3px;
    }
    
    .location-marker {
        width: 12px;
        height: 12px;
    }
    
    .marker-pin::after {
        width: 4px;
        height: 4px;
    }
    
    /* 联系我们超小屏幕优化 */
    .contact-hero-section {
        min-height: 140px;
    }
    
    .about-company-name {
        font-size: 1.4rem;
    }
    
    .about-description {
        font-size: 0.8rem;
    }
}

/* 动画效果已移除 */

/* 智能手表展示图片样式 */
.smart-watch-image-container {
    text-align: center;
    margin-top: 3rem;
}

.smart-watch-showcase-img {
    width: 100%;
    height: auto;
}

/* 响应式设计 */
/* 响应式设计中的圆角已移除 */

/* 方案特性网格样式 */
.solution-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.section-subtitle {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.875rem;
    margin: 1rem 1rem 0.5rem 1rem;
    line-height: 100%;
    text-align: center;
}

.feature-icon-img {
    height: 1.75rem;
    width: 1.75rem;
    object-fit: contain;
}

.feature-text {
    font-size: .75rem;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    max-width: 120px;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .solution-features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .solution-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        padding: 0.9375rem;
    }

    .feature-item {
        padding: 15px 10px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .feature-text {
        font-size: 0.8rem;
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .solution-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 10px;
    }

    .feature-item {
        padding: 12px 8px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .feature-text {
        font-size: 0.75rem;
        max-width: 90px;
    }
}

/* 多主控平台方案样式 */
.platform-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
    padding: 1.25rem;
}

.platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.875rem 1.25rem; 
}

.platform-logo {
    margin-bottom: 25px;
}

.company-logo {
    max-width: 12.5rem;
    max-height: 3.75rem;
    object-fit: contain;
}

.platform-image {
    max-width: 18.75rem;
    height: 12.5rem;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 0 !important;
}

.chip-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0 !important;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .platform-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .platform-solutions-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 15px;
    }

    .platform-item {
        padding: 25px 15px;
    }

    .company-logo {
        max-width: 180px;
        max-height: 50px;
    }

    .platform-image {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .platform-solutions-grid {
        gap: 20px;
        padding: 10px;
    }

    .platform-item {
        padding: 20px 12px;
    }

    .company-logo {
        max-width: 160px;
        max-height: 45px;
    }

    .platform-image {
        height: 160px;
    }
}

/* 定制化服务样式 */
.customization-services-grid {
    background: rgba(251, 251, 251, 1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 0 auto;
    padding: 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
}

.service-image {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    position: relative;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 25px;
    text-align: center;
}

.service-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Bold;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
}

.service-description {
    font-family: PingFang SC;
    font-weight: 300;
    font-style: Regular;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(153, 153, 153, 1);
    margin-top: 15px;
    margin-bottom: 0;
}
/* 
.title-underline {
    width: 3.75rem;
    height: 3px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    margin: 1.25rem auto 0;
    border-radius: 2px;
} */

/* 响应式设计 */
@media (max-width: 992px) {
    .customization-services-grid {
        gap: 0 30px;
        padding: 15px;
    }

    .service-image {
        height: 220px;
    }

    .service-content {
        padding: 20px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .service-description {
        font-size: 0.9rem;
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .customization-services-grid {
        grid-template-columns: 1fr;
        gap: 0 25px;
        padding: 15px;
    }

    .service-image {
        height: 200px;
    }

    .service-content {
        padding: 18px;
    }

    .service-title {
        font-size: 1.1rem;
    }

    .service-description {
        font-size: 0.85rem;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .customization-services-grid {
        gap: 0 20px;
        padding: 10px;
    }

    .service-image {
        height: 180px;
    }

    .service-content {
        padding: 15px;
    }

    .service-title {
        font-size: 1rem;
    }

    .service-description {
        font-size: 0.8rem;
        margin-top: 8px;
    }
}

/* 市场全分辨率固件样式 */
.firmware-resolutions-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .625rem;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
}

.firmware-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.firmware-item.circular {
    width: 10.625rem;
    height: 10.625rem;
}

.firmware-item.rectangular {
    width: 10.625rem;
    height: 10.625rem;
}

.firmware-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.firmware-item.circular .firmware-img {
    border-radius: 0;
}

.firmware-item.rectangular .firmware-img {
    border-radius: 0;
}

/* 对角线效果已移除 */

.crown-button {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background: #95a5a6;
}

/* 响应式设计 */

@media (max-width: 992px) {
    .firmware-resolutions-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        padding: 15px;
    }

    .firmware-item.circular {
        width: 6.25rem;
        height: 6.25rem;
    }

    .firmware-item.rectangular {
        width: 5rem;
        height: 7.5rem;
    }

    /* 响应式设计中的文字样式已移除 */
}

@media (max-width: 768px) {
    .firmware-resolutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 10px;
    }

    .firmware-item.circular {
        width: 90px;
        height: 90px;
    }

    .firmware-item.rectangular {
        width: 70px;
        height: 100px;
    }

    /* 响应式设计中的文字样式已移除 */

    .crown-button {
        width: 12px;
        height: 16px;
        right: -6px;
    }
}

@media (max-width: 576px) {
    .firmware-resolutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 8px;
    }

    .firmware-item.circular {
        width: 80px;
        height: 80px;
    }

    .firmware-item.rectangular {
        width: 60px;
        height: 90px;
    }

    /* 响应式设计中的文字样式已移除 */

    .crown-button {
        width: 10px;
        height: 14px;
        right: -5px;
    }
}

/* 全能场景覆盖样式 */
.scenario-coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    padding: 20px;
}

.scenario-item {
    position: relative;
    cursor: pointer;
}

.scenario-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.scenario-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.scenario-overlay {
    position: absolute;
    bottom: 40%;
    left: 4%;
    right: 0;
    background: transparent;
    padding: 20px;
    color: white;
    transition: all 0.3s ease;
}

.scenario-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

/* 鼠标悬停效果 */
.scenario-item:hover .scenario-img {
    transform: scale(1.2);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .scenario-coverage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 15px;
    }

    .scenario-image {
        height: 220px;
    }

    .scenario-title {
        font-size: 1.1rem;
    }

    .scenario-title {
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .scenario-coverage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }

    .scenario-image {
        height: 200px;
    }

    .scenario-overlay {
        padding: 15px;
    }

    .scenario-title {
        font-size: 1rem;
    }

    .scenario-title {
        bottom: 12px;
    }
}

@media (max-width: 576px) {
    .scenario-coverage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px;
    }

    .scenario-image {
        height: 180px;
    }

    .scenario-overlay {
        padding: 12px;
    }

    .scenario-title {
        font-size: 0.5625rem;
    }

    .scenario-title {
        bottom: 10px;
    }
}

/* 高质感UI风格样式 */
.high-quality-ui-container {
    margin: 0 auto;
    padding: 20px;
}

.ui-layout {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.ui-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* 左上图片 */
.ui-item.image-item.top-left {
    top: 0;
    left: 0;
    width: 50%;
    height: 25rem;
    z-index: 2;
}

/* 右上文字 */
.ui-item.text-item.top-right {
    top: 0;
    right: 0;
    width: 50%;
    height: 25rem;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* 左下文字 */
.ui-item.text-item.bottom-left {
    bottom: 0;
    left: 0;
    width: 50%;
    height: 25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* 右下图片 */
.ui-item.image-item.bottom-right {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 25rem;
    z-index: 2;
}

.ui-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.ui-img {
    width: 100%;
    height: 100%;
}

.ui-content {
    text-align: center;
    max-width: 100%;
}

.ui-title-a {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Bold;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(51, 51, 51, 1);
    text-align: right;
}

.ui-description-a {
    font-family: PingFang SC;
    font-weight: 300;
    font-style: Medium;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(153, 153, 153, 1);
}
.ui-title-b{
    font-family: PingFang SC;
    font-weight:500;
    font-style: Bold;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(51, 51, 51, 1);
    text-align: left;
}

.ui-description-b {
    font-family: PingFang SC;
    font-weight: 300;
    font-style: Medium;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    color: rgba(153, 153, 153, 1);
}
/* 响应式设计 */
@media (max-width: 992px) {
    .high-quality-ui-container {
        padding: 15px;
    }

    .ui-layout {
        height: 28rem;
        max-width: 700px;
    }

    .ui-item.image-item {
        height: 14rem;
    }

    .ui-item.text-item {
        height: 14rem;
        padding: 15px;
    }

    .ui-title-a,
    .ui-title-b {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .ui-description-a,
    .ui-description-b {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

@media (max-width: 1024px) {
    .firmware-resolutions-grid{
        grid-template-columns:repeat(3,1fr)
    }
}
/* 820px平板端优化 */
@media (max-width: 820px) and (min-width: 769px) {
    .high-quality-ui-container {
        padding: 12px;
    }

    .ui-layout {
        height: 24rem !important;
        max-width: 100%;
    }

    .ui-item.image-item {
        height: 12rem !important;
    }

    .ui-item.text-item {
        height: 12rem !important;
        padding: 15px;
    }

    .ui-title-a,
    .ui-title-b {
        font-size: 1.05rem;
        margin-bottom: 0.7rem;
        line-height: 1.2;
    }

    .ui-description-a,
    .ui-description-b {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .ui-content {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .high-quality-ui-container {
        padding: 10px;
    }

    .ui-layout {
        height: 22rem;
        max-width: 100%;
    }

    .ui-item.image-item {
        height: 11rem;
    }

    .ui-item.text-item {
        height: 11rem;
        padding: 12px;
    }

    .ui-title-a,
    .ui-title-b {
        font-size: 1rem;
        margin-bottom: 0.6rem;
        line-height: 1.2;
    }

    .ui-description-a,
    .ui-description-b {
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .ui-content {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .high-quality-ui-container {
        padding: 5px;
    }

    .ui-layout {
        height: auto !important ;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .ui-item {
        position: relative;
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 1rem;
    }

    .ui-item.image-item {
        height: 10rem !important;
        order: 1;
    }

    .ui-item.text-item {
        padding: 1rem;
        height: auto !important;
        min-height: 120px;
        order: 2;
    }

    .ui-item.image-item.bottom-right {
        order: 3;
    }

    .ui-item.text-item.bottom-left {
        order: 4;
    }

    .ui-title-a,
    .ui-title-b {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        text-align: center !important;
    }

    .ui-description-a,
    .ui-description-b {
        font-size: 0.8rem;
        line-height: 1.3;
        text-align: center !important;
    }

    .ui-content {
        max-width: 100%;
    }

    .ui-img {
        object-fit: cover;
        border-radius: 8px;
    }
}


/* 可选配置功能样式 */
.optional-configuration-slider-container {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}

.optional-configuration-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 4.625rem;
    padding: 0 1.25rem;
    width: max-content;
    overflow: hidden;
    cursor: grab;
    user-select: none; /* 防止文本选择 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.optional-configuration-slider:active {
    cursor: grabbing;
}

.config-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 12.5rem;
    flex-shrink: 0;
    flex-basis: 12.5rem;
}

.config-screen {
    width: 11.25rem;
    height: 11.25rem;
    background: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9375rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.config-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.config-title {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

/* 滑块导航按钮 */
.slider-nav {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.25rem;
    z-index: 10;
    margin-top: 1.875rem;
    justify-content: center;
}

.slider-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: white;
}

.slider-btn:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-btn i {
    font-size: 1rem;
    color: white;
}

.slider-btn:hover i {
    color: white;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .optional-configuration-slider {
        gap: 1.875rem;
    }

    .config-screen {
        width: 6.25rem;
        height: 6.25rem;
    }

    .config-title {
        font-size: 1rem;
    }

    .slider-nav {
        bottom: 0;
        margin-top: 1.5625rem;
    }

    .slider-btn {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

@media (max-width: 768px) {
    .optional-configuration-slider {
        gap: 1.5625rem;
        padding: 0 15px;
        justify-content: center; /* 居中对齐 */
    }

    .config-slide {
        min-width: 200px; /* 设置固定最小宽度 */
        flex-basis: 200px; /* 设置固定基础宽度 */
        max-width: 200px; /* 限制最大宽度 */
        margin: 0 auto; /* 居中对齐 */
        flex-shrink: 0; /* 防止收缩 */
    }

    .config-screen {
        width: 120px; /* 增大屏幕尺寸 */
        height: 120px; /* 增大屏幕尺寸 */
        margin: 0 auto 0.9375rem auto; /* 居中对齐 */
    }

    .config-title {
        font-size: 0.95rem;
        text-align: center;
    }

    .slider-nav {
        bottom: 0;
        margin-top: 20px;
        gap: 15px;
    }

    .slider-btn {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    .optional-configuration-slider {
        gap: 20px;
        padding: 0 10px;
        justify-content: center; /* 居中对齐 */
    }

    .config-slide {
        min-width: 180px; /* 设置固定最小宽度 */
        flex-basis: 180px; /* 设置固定基础宽度 */
        max-width: 180px; /* 限制最大宽度 */
        margin: 0 auto; /* 居中对齐 */
        flex-shrink: 0; /* 防止收缩 */
    }

    .config-screen {
        width: 100px; /* 增大屏幕尺寸 */
        height: 100px; /* 增大屏幕尺寸 */
        margin: 0 auto 0.9375rem auto; /* 居中对齐 */
    }

    .config-title {
        font-size: 0.9rem;
        text-align: center;
    }

    .slider-nav {
        bottom: 0;
        margin-top: 15px;
        gap: 12px;
    }

    .slider-btn {
        width: 30px;
        height: 30px;
    }

    .slider-btn i {
        font-size: 0.9rem;
    }
}

/* APP定制样式 */
.app-customization-content {
    margin-bottom: 60px;
}

.app-customization-content .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.app-description {
    padding: 160px 20px 20px 20px;  /* 40px 20px 20px 20px */
    flex: 1;
}

.app-text {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(153, 153, 153, 1);
    margin: 0;
    text-align: left;
    font-weight: 400;
}

.app-screens-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 25rem;
}

.app-customization-content .col-lg-6:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 25rem;
}

.app-screen {
    width: 100%;
}

.app-screen-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部功能图标 */
.app-features-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.app-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 12.5rem;
}

.app-feature-icon {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
}

.app-feature-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-feature-title {
    font-size: 0.9rem;
    font-weight: 400;
    color: #333;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .app-screens-container {
        min-height: 350px;
        margin-top: 30px;
        padding: 0 15px;
        align-items: center;
        height: 100%;
    }

    .app-screen {
        max-width: 250px;
    }

    .app-features-grid {
        gap: 15px;
        margin-top: 20px;
        padding: 0 15px 0 15px;
        justify-content: center;
        margin-bottom: 0;
    }

    .app-text {
        font-size: 1rem;
        text-align: center;
    }

    .app-customization-content .col-lg-6:first-child {
        justify-content: center;
        min-height: 350px;
    }

    .app-customization-content .col-lg-6:last-child {
        align-items: center;
        min-height: 350px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .app-screens-container {
        min-height: 400px;
        padding: 0 10px;
        align-items: center;
        height: 100%;
    }

    .app-screen {
        max-width: 200px;
    }

    .app-features-grid {
        gap: 12px;
        margin-top: 15px;
        padding: 0 10px 0 10px;
        justify-content: center;
        margin-bottom: 0;
    }

    .app-feature-icon {
        width: 40px;
        height: 40px;
    }

    .app-feature-title {
        font-size: 0.8rem;
    }

    .app-customization-content .col-lg-6:first-child {
        justify-content: center;
        min-height: 400px;
    }

    .app-customization-content .col-lg-6:last-child {
        align-items: center;
        min-height: 400px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .app-screens-container {
        min-height: 250px;
        padding: 0 8px;
        align-items: center;
        height: 100%;
    }

    .app-screen {
        max-width: 150px;
    }

    .app-features-grid {
        gap: 10px;
        margin-top: 12px;
        padding: 0 8px 0 8px;
        justify-content: center;
        margin-bottom: 0;
    }

    .app-feature-icon {
        width: 45px;
        height: 45px;
    }

    .app-feature-title {
        font-size: 0.85rem;
    }

    .app-customization-content .col-lg-6:first-child {
        justify-content: center;
        min-height: 250px;
    }

    .app-customization-content .col-lg-6:last-child {
        align-items: center;
        min-height: 250px;
        justify-content: center;
    }
}

/* 大屏幕适配 - 27寸及以上 */


/* 超大屏幕适配 - 29寸及以上 */


/* 统计选项样式 */
.stats-banner {
    background: url('../assets/images/stats-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.stats-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.stats-item {
    padding: 30px 20px;
}

.stats-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.stats-label {
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .stats-banner {
        min-height: 250px;
        margin: 0; /* 移除左右边距 */
    }

    .stats-banner-overlay {
        padding: 40px 0;
    }

    .stats-number {
        font-size: 3rem;
    }

    .stats-label {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .stats-banner {
        min-height: 250px; /* 增加高度以适应横向布局 */
        margin: 0; /* 移除左右边距 */
    }

    .stats-banner-overlay {
        padding: 40px 0; /* 增加垂直内边距 */
    }

    /* 确保row保持横向布局 */
    .stats-banner .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    /* 确保col保持横向排列 */
    .stats-banner .col-lg-4,
    .stats-banner .col-md-4,
    .stats-banner .col-sm-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .stats-number {
        font-size: 2rem; /* 稍微减小字体以适应横向布局 */
    }

    .stats-label {
        font-size: 0.9rem; /* 稍微减小字体 */
    }

    .stats-item {
        padding: 15px 10px; /* 减少内边距 */
    }
}

@media (max-width: 576px) {
    .stats-banner {
        min-height: 220px; /* 增加高度以适应横向布局 */
        margin: 0; /* 移除左右边距 */
    }

    .stats-banner-overlay {
        padding: 35px 0; /* 增加垂直内边距 */
    }

    /* 确保row保持横向布局 */
    .stats-banner .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    /* 确保col保持横向排列 */
    .stats-banner .col-lg-4,
    .stats-banner .col-md-4,
    .stats-banner .col-sm-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .stats-number {
        font-size: 1.5rem; /* 进一步减小字体以适应小屏幕 */
    }

    .stats-label {
        font-size: 0.8rem; /* 进一步减小字体 */
    }

    .stats-item {
        padding: 10px 5px; /* 进一步减少内边距 */
    }
}

/* 全球覆盖地图样式 */
.global-map-container {
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.world-map {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    background: white;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
}

/* 位置标记样式 */
.location-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
}

.marker-pin {
    width: 100%;
    height: 100%;
    background: #007bff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    position: relative;
}

.marker-pin::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* 标记位置 */
.marker-1 {
    top: 30%;
    left: 20%;
}

.marker-2 {
    top: 35%;
    left: 50%;
}

.marker-3 {
    top: 40%;
    left: 75%;
}

.marker-4 {
    top: 45%;
    left: 85%;
}

/* 脉冲动画已移除 */

/* 响应式设计 */
@media (max-width: 992px) {
    .global-map-container {
        padding: 30px 15px;
    }

    .location-marker {
        width: 18px;
        height: 18px;
    }

    .marker-pin::after {
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 768px) {
    .global-map-container {
        padding: 25px 10px;
    }

    .location-marker {
        width: 16px;
        height: 16px;
    }

    .marker-pin::after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 576px) {
    .global-map-container {
        padding: 20px 5px;
    }

    .location-marker {
        width: 14px;
        height: 14px;
    }

    .marker-pin::after {
        width: 5px;
        height: 5px;
    }
}

/* 联系我们样式 */
.contact-hero-section {
    background: url('../assets/images/1456_zu0p_4893.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
}

/* 确保文字在背景图上清晰可见 */
#contact .about-company-name,
#contact .about-description {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .app-description {
        padding: 0; /* 移动端和iPad端设置padding为0 */
    }

    .contact-hero-section {
        min-height: 180px;
    }

    .about-company-name {
        font-size: 1.8rem;
    }

    .about-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .app-description {
        padding: 0; /* 手机端也设置padding为0 */
    }

    .contact-hero-section {
        min-height: 160px;
    }

    .about-company-name {
        font-size: 1.6rem;
    }

    .about-description {
        font-size: 0.85rem;
    }
}