/* 资讯总盒子 */
.information_box{
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 580px;
    z-index: 999999;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}


@media (max-width: 991px) {
.information_box{
    width: 280px !important;
}

.content_bottom{
    max-width: 260px !important;
}




.gif{
    width: 266px !important;
    height: 196px !important;
}
}


/* 沟通时间 */
.m_box_time p{
    background-color: #f5f7fa;
    padding: 10px;
    border-radius: 5px;
}

/* 标题盒子 */
.topbox {
    height: 45px;
    background-color: #008fd3;
    color: white;
}

/* 标题 */
.topbox_title ,.topbox_right{
    padding:0px 10px;
}

.x img, .topbox_right img{
    width: 16px;
    height: 16px;
    margin: 5px;
}

/* 中间盒子 */
.m_box{
    background-color: white;
    height: 320px;
    border-bottom: 1px solid #ebeef5;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.p_85{
    height: 275px;
    margin-bottom: 45px;

}

/* 开始时间 */
.m_box_time{
    width: 100%;
    padding-top: 40px;
}

/* 消息时间 */
.content{
    position: relative;
    margin-top: 20px;
}

.content_top{
    color: #a4a0aa;
    padding:0px 10px;
    font-size:12px ;
    padding-bottom: 5px;
}

.float_l .content_top{
    justify-content: flex-start;
}

.float_r .content_top{
    justify-content: flex-end;
}
/* 消息内容 */
.content_bottom{
    max-width: 440px;
    padding:15px 15px;
    box-sizing: border-box;
    margin:0px 10px;
    background-color: #eff1f7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}

.float_l .content_bottom{
    max-width: 440px;
    padding:15px 15px;
    box-sizing: border-box;
    margin:0px 10px;
    background-color: #eff1f7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}


.float_r .content_bottom{
    max-width: 440px;
    padding:15px 15px;
    box-sizing: border-box;
    margin:0px 10px;
    background-color: #eff1f7;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}


/* 问题 */
.problem{
    width: 580px;
    background-color: #eff2f7;
    height: 40px;
    position:absolute;
    top: 320px;
    box-sizing: border-box;
    padding-left: 30px;
    z-index: 9999999999;
}

.problem_item{
    padding: 2px 10px;
    color: #499cde;
    border: 1px solid #499cde;
    border-radius: 25px;
    font-size: 14px;
    background-color: white;
    margin: 0px 5px;
}

.x{
    padding-right: 10px;
}


/* 表情等 */
.biaoq_img{
    height: 20px;
    width: 20px;
    margin: 0px 20px;
}

ul{
    padding: 0px;
}

ul img{
    margin: 0px;
    padding: 0px;
}

li{
    list-style:none;
    margin: 0px;
    padding: 0px;
}

.gif li{
    float: left;
    margin-right: 2px;
}
.output_top{
    height: 40px;
}

.biaoq{
    position: relative;
}

.gif{
    width: 396px;
    height: 126px;
    padding:2px;
    border:1px solid #ccc;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 999999999999;
}

.output_right input{
    border: 1px solid #dcdfe6;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 5px 10px;
    width: 115px;
}

.output_phone{
    background-color: #008fd3;
    color: white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px 10px;
    border: 1px solid #008fd3;
    margin-right: 20px;

}

/* 底部 */
.output{
    height: 240px;
    position: relative;

}

.output_bottom textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
}


.output_sending{
    background-color: #008fd3;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 18px;
    color: white;
    border-radius: 2px;
    z-index: 99999;
}

.output_txt{
    font-size: 12px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10px;
    color: #909399;
}

.cfx_img img{
    width: 20px;
    margin: 5px;
}

/* 通用 */
.flex_i{
    display: flex;
}

.j_c{
    justify-content: center;
}

.j_e{
    justify-content: end;
}

.column{
    flex-direction: column;
}

.j_b{
    justify-content: space-between;
}

.a_c{
    align-items: center;
}

.flex_start{
    align-self: flex-start;
}

.flex_end{
    align-self: flex-end;
}
.float_l{
    float: left;
}

.float_r{
    float: right;
}


.zx{
    width: 40px;
    height: 60px;
    position: fixed;
    top: 40%;
    right: 0px;
    background-color: #005bac;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    z-index: 9999;
}

.zx img{
    width: 30px;
}