/* mobile-productRobot.css - 客服机器人页专属H5适配（统一逻辑） */
@media (max-width: 1200px) {
    /* ========== 顶部主视觉适配 ========== */
    .top {
        margin-bottom: .5rem;
        padding-bottom: .2rem;
    }

    .top_main {
        padding: 0.2rem;
        flex-direction: column;
        margin-bottom: .5rem;
        margin-top: 0;
    }

    .product_item1 > div {
        height: 4rem;
    }

    .top_main_left {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 0.3rem;
    }

    .top_main_left_header {
        font-size: 0.32rem;
        margin-bottom: 0.2rem;
        line-height: 1.4;
    }

    .top_main_left_label {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
    }

    .top_main_left_title {
        font-size: 0.22rem;
        margin-bottom: 0.15rem;
    }

    .top_main_left_desc {
        font-size: 0.18rem;
        padding: 0 0.1rem;
        line-height: 1.4;
    }

    .top_main_right {
        width: 100%;
        height: 1.8rem;
    }

    /* ========== 产品优势模块（product_item1） ========== */
    .product_item1 {
        flex-direction: column;
        padding: 0 0.2rem;
        gap: 0.5rem;
    }

    .product_item1 > div {
        width: 100%;
        text-align: center;
        margin-bottom: 0.3rem;
    }

    .product_item1_title {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }

    .product_item1 img {
        max-height: 1.2rem;
        margin: 0 auto 0.2rem;
    }

    .product_item1_desc {
        font-size: 0.16rem;
        line-height: 1.4;
        padding: 0 0.1rem;
    }

    /* ========== 技术能力/价值主张（product_item2） ========== */
    .product_item2 {
        flex-direction: column;
        padding: 0 0.2rem;
        gap: 0.5rem;
    }

    .product_item2_left, .product_item2 > div {
        width: 100%;
    }

    .product_item2_header {
        font-size: 0.24rem;
        text-align: center;
        margin-bottom: 0.3rem;
    }

    .product_item2_item {
        display: flex;
        align-items: center;
        margin-bottom: 0.2rem;
        padding: 0 0.1rem;
    }

    .product_item2_item img {
        max-width: 0.6rem;
        margin-right: 0.15rem;
        flex: none;
    }

    .product_item2_item_title {
        font-size: 0.2rem;
        margin-bottom: 0.05rem;
    }

    .product_item2_item_desc {
        font-size: 0.16rem;
        display: flex;
        align-items: center;
    }

    .product_item2_item_desc img {
        margin-right: 0.1rem;
    }

    .product_item3_title {
        margin-top: 0;
    }

    /* ========== 更多功能（product_item3） ========== */
    .product_item3 {
        padding: 0 0.2rem;
    }

    .product_item3_title {
        font-size: 0.28rem;
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .product_item3_desc {
        font-size: 0.18rem;
        text-align: center;
        margin-bottom: 0.3rem;
        line-height: 1.4;
    }

    .product_item3_list {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        padding: 0 20px;
        justify-content: center;
        margin-top: .7rem;
    }

    .product_item3_list_first {
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 0.3rem;
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .product_item3_list_first + div{
        max-width: 100%;
    }

    .product_item3_list_first_item, .product_item3_list_first_second {
        text-align: center;
        width: 30%;
    }

    .product_item3_list_first_title {
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }

    .product_item3_list_first_desc {
        font-size: 0.16rem;
    }

    .product_item3_list_second_item {
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        padding-left: 0.2rem;
        max-width: 85%;
        margin: .15rem auto;
    }

    .product_item3_list_second_item img {
        margin-right: 0.1rem;
        margin-left: .1rem !important;
    }

    /* ========== BI报表标题（product_item4_title） ========== */
    .product_item4_title {
        font-size: 0.28rem;
        text-align: center;
        padding: 0 0.2rem;
        margin-bottom: 0.3rem;
        line-height: 1.4;
        margin-top: .5rem;
    }

    /* ========== BI报表模块（product_item5） ========== */
    .product_item5 {
        flex-direction: column;
        padding: 0 0.2rem;
        gap: 0.3rem;
    }

    .product_item5_item {
        padding: 0.2rem;
        text-align: center;
        margin: 0px auto;
        display: block;
        width: auto;
    }

    .product_item5_item_title {
        font-size: 0.22rem;
        margin-bottom: 0.15rem;
    }

    .product_item5_item_desc {
        font-size: 0.16rem;
        line-height: 1.4;
        margin:.3rem 10px;
    }

    /* ========== 可视化配置（product_item6） ========== */
    .product_item6 {
        flex-direction: column;
        padding: 0 0.2rem;
    }

    .product_item6_left {
        width: 100%;
        height: 1.8rem;
        margin-bottom: 0.3rem;
    }

    .product_item6_right {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }

    .product_item6_right_header {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }

    .product_item6_right_desc {
        font-size: 0.16rem;
        line-height: 1.4;
        margin-bottom: 0.2rem;
        padding: 0 0.1rem;
    }

    .product_item6_right_title {
        font-size: 0.18rem;
    }

    /* ========== 底部CTA板块（forth） ========== */
    .forth {
        padding: 0.5rem 0.2rem;
        text-align: center;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }

    .forth_title {
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }

    .forth_desc {
        font-size: 0.18rem;
        margin-bottom: 0.3rem;
    }

    .forth_btn {
        padding: 0.15rem 0.5rem;
        font-size: 0.2rem;
        margin-bottom: .5rem;
    }

    /* ========== 页脚适配（footer） ========== */
    .footer {
        display: flex;
        flex-wrap: wrap;
        padding: 0.5rem 0.2rem;
        margin-top: 0.5rem;
    }

    .footer > div {
        width: 50%;
        margin-bottom: 0.3rem;
    }

    .footer_title {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
    }

    .footer_item {
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
    }

    /* ========== 滚动动画适配 ========== */
    .product_item1 > div, .product_item2, .product_item3, .product_item5_item, .product_item6 {
        opacity: 0;
        transform: translateY(0.3rem);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .product_item1 > div.visible, .product_item2.visible, .product_item3.visible, .product_item5_item.visible, .product_item6.visible {
        opacity: 1;
        transform: translateY(0);
        padding: 15px 0;
    }
}

/* ========== 小屏手机（375px以下）极致适配 ========== */
@media (max-width: 375px) {
    .top_main_left_header {
        font-size: 0.28rem;
    }

    .product_item1_title, .product_item2_header, .product_item3_title, .product_item4_title {
        font-size: 0.22rem;
    }

    .product_item1_desc, .product_item2_item_desc, .product_item3_desc, .product_item5_item_desc {
        font-size: 0.16rem;
    }

    .product_item3_list_first_title {
        font-size: 0.2rem;
    }

    .forth_title {
        font-size: 0.24rem;
    }
}

/* ========== 桌面端恢复原有样式 ========== */
@media (min-width: 1201px) {
    /* 保持桌面端样式不变 */
}
