.moxi-plugin-kefu{height: 100%;width: 100%;border-radius: 10px;display: flex;flex-direction: column;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);background: #fff;overflow: hidden;z-index: 1000000;}
@media screen and (max-width: 800px) {
    .moxi-plugin-kefu-d{width: 100%;position: fixed;height: 100%;left: 0;top: 0;background: rgba(12, 12, 12, 0.21);z-index: 1000000;
        display: flex;flex-direction: column;
        justify-content: flex-end;align-items: center;
    }
    .moxi-plugin-kefu{height: 90%;border-radius: 13px 13px 0 0;}
}
@media screen and (min-width: 800px) {
    .moxi-plugin-kefu{height: 500px;width: 400px;position: fixed;right: 15px;bottom: 15px;}
}

.moxi-plugin-kefu textarea{outline: none!important;}
.moxi-olugin-kefu-msg-list{display: flex;flex-direction: column;padding: 10px;}

.moxi-olugin-kefu-header{width: 100%;height: 45px;background: rgb(102, 150, 255);position: relative;}
.moxi-olugin-kefu-msg{width: 100%;overflow-y: auto;display: flex;flex-direction: column;flex-grow: 1;}
.moxi-olugin-kefu-msg-list img{max-width: 100%}
.moxi-olugin-kefu-msg-list p{margin: 0;padding: 0;display: inline-block}
.moxi-plugin-kefu-tool-box{width: 100%;height: 40px;background: #eee;display: flex;flex-direction: row;align-items: center; flex: 0 0 auto}
.moxi-plugin-box-text{width: 100%;height:95px;background: silver;}
.moxi-plugin-box-footer{width: 100%;height: 40px;position: relative;}

.moxi-plugin-kefu-tool-box .moxiicon{font-size: 18px;margin-left: 12px;transition: all 0.4s;color: #666}

.moxi-plugin-kefu-tool-box .plugin-tools-icon{display: inline-block;transition: all 0.4s}
.moxi-plugin-kefu-tool-box .plugin-tools-icon:hover{color:#000;cursor: pointer;transform: translateY(-1px)}
.plugin-kefu-icon{position: fixed;right: 10px;bottom:45px;background: rgb(102, 150, 255);box-shadow: 0 0 15px 4px #ccc;color: #fff;
    text-align: center;line-height: 60px;cursor: pointer;border-radius: 50%;display: inline-block;height: 60px;
    width: 60px;z-index: 100000;transition: all 0.4s}
.plugin-kefu-more{font-size: 13px;color: #666;transition: all 0.4s}
.plugin-kefu-more:hover{color: #000;cursor: pointer;}
.moxi-plugin-kefu-scrollbar::-webkit-scrollbar{/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.moxi-plugin-kefu-scrollbar::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgb(180, 189, 184);
    background: #adb3af;
}
.moxi-plugin-kefu-scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.moxi-olugin-kefu-header .moxi-chahao{position: absolute;right: 12px;top: 15px;;color: #fff;font-size: 14px;cursor: pointer}
.moxi-olugin-kefu-header .moxi-chahao:hover{color: #eef6ff;
}

.plugin-param-list{color: #666;background: #eff1f7;width: 100%;border-radius: 5px;margin-bottom: 5px;padding: 5px;border: 1px solid #e5e6ec
}
.plugin-param-list:hover{color: #666;cursor: pointer;border: 1px #bbbec6 solid}

.moxi-olugin-kefu-msg-content{padding: 8px;border-radius: 0 5px 5px 5px;background: #eff1f7;display: inline-block;max-width: 80%;}
.plugin-kefu-send{padding: 5px 20px;background: rgb(102, 150, 255);color: #fff;border-radius: 4px;position: absolute;right: 10px;top: 5px;}
.plugin-kefu-send:hover{opacity: 0.9;cursor: pointer}


.plugin-kefu-icon-text{display: inline-block;line-height: 16px!important;vertical-align: middle;    font-size: 14px;}

.plugin-kefu-icon:hover{opacity: 0.9;box-shadow: 3px 3px 15px 4px #ccc;}
.plugin-kefu-icon-tag{background: red;color: #fff;padding:2px 5px;position: absolute;line-height: 12px;font-size: 12px;
    right: -2px;top: 0;display: inline-block;border-radius: 100px}