/* ========== 智能问答页面响应式适配 ========== */

/* 平板及以下（最大宽度 1024px） */
@media screen and (max-width: 1024px) {
    .container.clearfix {
        width: 96%;
        padding: 0 2%;
    }

    .c_left,
    .c_right {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .c_right {
        min-height: auto;
        display: block;
    }

    .right_content {
        margin-top: 10px;
        max-height: 200px;
        overflow-y: auto;
    }

    .right_image {
        text-align: center;
        margin-top: 15px;
    }

    .right_image img {
        max-width: 80%;
    }

    .topcss {
        font-size: 24px;
        padding: 20px 10px;
    }

    .robot_main {
        max-height: 400px;
        min-height: 300px;
    }
}

/* 手机设备（最大宽度 768px） */
@media screen and (max-width: 768px) {
    .topcss {
        font-size: 20px;
        padding: 15px 10px;
    }

    .robot_main {
        max-height: 350px;
        padding: 15px;
    }

    .robot_s_ico {
        width: 32px;
        height: 32px;
    }

    .robot_s_border,
    .myself_border {
        padding: 8px 12px;
    }

    .robot_s_border font,
    .myself_border font {
        font-size: 13px;
    }

    .robot_q .keyword {
        height: 36px;
        font-size: 14px;
        padding: 0 8px;
    }

    .robot_q_left {
        font-size: 11px;
    }

    .edit_submit {
        padding: 6px 20px;
        font-size: 13px;
    }

    .right_title {
        font-size: 18px;
        margin-top: 10px;
    }

    .henxian {
        width: 50%;
    }

    .right_image img {
        max-width: 90%;
    }
}

/* 超小屏（最大宽度 480px） */
@media screen and (max-width: 480px) {
    .topcss {
        font-size: 18px;
        padding: 12px 8px;
    }

    .robot_main {
        max-height: 300px;
        padding: 10px;
    }

    .robot_s_ico {
        width: 28px;
        height: 28px;
    }

    .robot_s_border,
    .myself_border {
        padding: 6px 10px;
    }

    .robot_s_border font,
    .myself_border font {
        font-size: 12px;
    }

    .robot_q .keyword {
        height: 34px;
        font-size: 13px;
    }

    .robot_q_left span {
        margin-right: 8px;
    }

    .edit_submit {
        padding: 5px 16px;
        font-size: 12px;
    }

    .right_title {
        font-size: 16px;
    }

    .right_content a {
        font-size: 12px;
    }

    .right_image img {
        max-width: 100%;
    }
}