.tabs-container .panel-body{
    padding: 10px;
}
.chat-user-name{
    padding: 0;
}
.phone{
    padding-left: 10px;
}
.webim{
    padding: 10px;
    height: 700px;
    overflow: hidden;
    background-color: rgba(255,255,255,.9);
    overflow-y: auto;
}
.peoplelist{
    width: 260px;
    margin: 10px;
    border: none;
}
.chat-user{
    line-height: 28px;
}
.chat-user:hover{
    background-color: rgba(0,0,0,.02)   
}
.peoplelist .newmsg{
    background-color: #23c6c8;
    color: #fff;
}
.webim-search{
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 28px;
    line-height: 28px;
}
.webim-search input{
    width: 290px;
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #ddd;
}
.mywebim .layui-layer-setwin .layui-layer-close2{
    right: -15px;
}



.webwidow{
    
}
.window_list{
    position: absolute;
    z-index: 1000;
    /* top: -80px; */
    width: 200px;
    height: 100%;
    background-color: #D9D9D9;
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
}
.window_list li{
    position: relative;
    margin: 5px;
    padding: 5px 30px 5px 5px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    list-style: none;
}
.window_list li span{
    line-height: 30px;
    padding-left: 10px;
    height: 30px;
    display: block;
}
.window_list li span a{
    display: none;
    float: left;
    background: #ff8484;
    width: 12px;
    height: 12px;
    line-height: 15px;
    margin-top: 8px;
    text-align: center;
    border-radius: 50%;
    margin-left: -14px;
}
.window_list li i{
    display: none;
    position: absolute;
    right: 5px;
    top: 8px;
    color: #555;
    font-size: 22px;
}
.window_list li.active {
    background-color: #F3F3F3;
}
.window_list li:hover i{
    display: block;
}
.msg-box .msg-windows{
    position: relative;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
}
/* .msg-box .msg-show{
    display: block;
} */
.msg-box .msg-list{
    padding: 15px 15px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 304px;
}
.msg-box .msg-list ul{
    padding-left: 0;
}
.msg-box .msg-list ul li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
    min-height: 68px;
    list-style: none;
}
.msg-box .msg-list .msg-user{
    position: absolute;
    left: 3px;
    display: inline-block;
    font-size: 14px;
}
.msg-user img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.msg-user cite {
    position: absolute;
    left: 60px;
    top: -2px;
    width: 500px;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    color: #999;
    text-align: left;
    font-style: normal;
}
.msg-user cite i {
    padding-left: 15px;
    font-style: normal;
}
.msg-text{
    position: relative;
    line-height: 22px;
    margin-top: 25px;
    padding: 8px 15px;
    background-color: #e2e2e2;
    border-radius: 3px;
    color: #333;
    word-break: break-all;    
    display: inline-block;
    font-size: 14px;
    min-height: 38px;
}
.msg-text:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #e2e2e2 transparent transparent;
    overflow: hidden;
    border-width: 10px;
}
.msg-me{
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
}
.msg-me .msg-user {
    left: auto;
    right: 3px;
}
.msg-me .msg-user cite {
    left: auto;
    right: 60px;
    text-align: right;
}
.msg-me .msg-user cite i {
    padding-left: 0;
    padding-right: 15px;
}
.msg-me .layim-chat-text {
    margin-left: 0;
    text-align: left;
    background-color: #5FB878;
    color: #fff;
}
.msg-me .msg-text {
    margin-left: 0;
    text-align: left;
    background-color: #5FB878;
    color: #fff;
}
.msg-me .msg-text:after {
    left: auto;
    right: -10px;
    border-top-color: #5FB878;
}


.msg-input-box {
    border-top: 1px solid #dadada;
}
.msg-tool {
    position: relative;
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
    border-bottom: 1px solid #dadada;
}
.msg-tool span {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 16px;
    cursor: pointer;
}
.layim-tool-image input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer;
}
.msg-tool .layim-tool-log {
    position: absolute;
    right: 5px;
    font-size: 14px;
}
.layim-tool-log i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
    color: #999;
}
.msg-textarea {
    margin-left: 10px;
}
.msg-textarea textarea {
    display: block;
    width: 100%;
    padding: 5px 0 0;
    height: 68px;
    line-height: 20px;
    border: none;
    overflow: auto;
    resize: none;
    background: 0 0;
}
.msg-textarea textarea:focus {
    outline: 0;
}
.msg-bottom {
    position: relative;
    height: 46px;
}
.msg-post {
    position: absolute;
    right: 15px;
    top: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    cursor: pointer;
}
.msg-post span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    line-height: 32px;
    margin-left: 5px;
    padding: 0 20px;
    background-color: #5FB878;
    color: #fff;
    border-radius: 3px;
}
.seelog{

}

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
.newmsgwarning {
    animation: fade 600ms infinite;
    -webkit-animation: fade 600ms infinite;
}