/*聊天是通用*/
    .chat-color{
        color: #fff;
    }
    .chat{
        background-color: #fdfccc;
        padding: 0px;
    }

    .chat-CPD{
        padding: 0px;
    }

    .index_box_chat {
        border-style: none;
        box-shadow: 1px 1px 10px #5f5f5f;
        background-color: #ffffff;
        border-radius: 10px;
        height: 100%;
        padding-right: 0px;
        padding-left: 0px;
        
        margin-top: 0px;
        margin-left: 1%;
        margin-right:1%;

        /* position: absolute; */
    }
    .Chat_allwaysright {

    }
    .css_iframe {
        /*height: 650px;*/
        height: 813px;
        border-radius: 10px;
        box-shadow: 1px 1px 10px #5f5f5f;
    }
    @media(min-width: 768px){}
    @media(max-width: 414px) {
        .index_box_chat{
            height: unset;
            padding-right: 0px;
            padding-left: 0px;
            margin-top: 1%;
        }
        .Chat_allwaysright {
            position: relative;
            /* display: none; */

        }

    }