/*微调im组件定标标题拖拽*/
.layui-layim .layui-layer-title {
    height: 50px !important;
    width: calc(100% - 50px);
    padding: 0;
    position: relative;
    z-index: 2;
}

.layui-layim .layui-layim-main {
    top: -38px;
}

.layui-layer-page {
    font-size: 14px;
}

.layim-chat-sys .layim-chat-footer .layim-tool-log{
    display: none;
}

/*.layim-chat-text {
    max-height: 220px; !* 初始显示的高度 *!
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}*/

.layim-chat-text.expanded {
    max-height: none; /* 展开后的高度 */
}

.layim-chat-open-btn{
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;
    height: 80px;
    background: linear-gradient(180deg,rgba(255,255,255,0),#fff);/*实现渐变效果，遮罩效果*/
    text-align: center;
}
.layim-chat-open-btn a{
    text-decoration: none;
    color: #2196F3;;
    display: inline-block;
    margin-top: 60px;
    font-size: 14px;
}
