/* About Us Mobile Final Fix */

/* 防止页面横向拖动 */
html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body.page-about-us,
body.page-template-template-about-us {
    max-width: 100%;
    overflow-x: hidden !important;
}

body.page-about-us *,
body.page-template-template-about-us * {
    box-sizing: border-box;
}

body.page-about-us .site,
body.page-about-us #page,
body.page-about-us main,
body.page-about-us .site-content,
body.page-about-us .container,
body.page-template-template-about-us .site,
body.page-template-template-about-us #page,
body.page-template-template-about-us main,
body.page-template-template-about-us .site-content,
body.page-template-template-about-us .container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* 展厅 iframe 修复 */
body.page-about-us .exhibition-video-wrapper,
body.page-template-template-about-us .exhibition-video-wrapper {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 50px rgba(0,0,0,0.5);
}

body.page-about-us .exhibition-video-container,
body.page-template-template-about-us .exhibition-video-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 620px !important;
    min-height: 620px !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #050b13 !important;
}

body.page-about-us .exhibition-iframe-box,
body.page-template-template-about-us .exhibition-iframe-box {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

body.page-about-us .exhibition-hall-iframe,
body.page-template-template-about-us .exhibition-hall-iframe {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 手机端 */
@media screen and (max-width: 768px) {

    body.page-about-us .container,
    body.page-template-template-about-us .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.page-about-us .section-title,
    body.page-template-template-about-us .section-title {
        font-size: 26px !important;
        line-height: 1.35 !important;
        text-align: center !important;
    }

    /* 企业文化图标和文字居中 */
    body.page-about-us .corporate-culture-grid,
    body.page-template-template-about-us .corporate-culture-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 35px !important;
    }

    body.page-about-us .corporate-culture-item,
    body.page-template-template-about-us .corporate-culture-item {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.page-about-us .corporate-culture-item .icon-wrapper,
    body.page-template-template-about-us .corporate-culture-item .icon-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto 18px auto !important;
    }

    body.page-about-us .corporate-culture-item .icon-wrapper img,
    body.page-template-template-about-us .corporate-culture-item .icon-wrapper img {
        display: block !important;
        margin: 0 auto !important;
        max-width: 90px !important;
        height: auto !important;
    }

    body.page-about-us .corporate-culture-item .item-title,
    body.page-about-us .corporate-culture-item .item-description,
    body.page-template-template-about-us .corporate-culture-item .item-title,
    body.page-template-template-about-us .corporate-culture-item .item-description {
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* 展厅 iframe 手机端 */
    body.page-about-us .exhibition-video-wrapper,
    body.page-template-template-about-us .exhibition-video-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 35px !important;
    }

    body.page-about-us .exhibition-video-container,
    body.page-template-template-about-us .exhibition-video-container {
        height: 560px !important;
        min-height: 560px !important;
    }

    body.page-about-us .exhibition-iframe-box,
    body.page-template-template-about-us .exhibition-iframe-box,
    body.page-about-us .exhibition-hall-iframe,
    body.page-template-template-about-us .exhibition-hall-iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /* 合作伙伴移动端 */
    body.page-about-us .partners-grid,
    body.page-template-template-about-us .partners-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 22px !important;
    }

    body.page-about-us .partner-card,
    body.page-template-template-about-us .partner-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 证书轮播防止撑宽 */
    body.page-about-us .certificates-carousel-wrapper,
    body.page-template-template-about-us .certificates-carousel-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    body.page-about-us .certificates-carousel,
    body.page-template-template-about-us .certificates-carousel {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    body.page-about-us .certificate-item,
    body.page-template-template-about-us .certificate-item {
        flex: 0 0 82% !important;
        max-width: 82% !important;
    }

    body.page-about-us .carousel-arrow,
    body.page-template-template-about-us .carousel-arrow {
        display: none !important;
    }
}

/* 小屏手机 */
@media screen and (max-width: 480px) {
    body.page-about-us .section-title,
    body.page-template-template-about-us .section-title {
        font-size: 22px !important;
    }

    body.page-about-us .exhibition-video-container,
    body.page-template-template-about-us .exhibition-video-container {
        height: 500px !important;
        min-height: 500px !important;
    }
}