ul, li{ list-style-type: none; }
.fCustomer{ position:fixed; right:0px; top:50%; margin-top:-150px; z-index:999; }
.fCustomerul li{ margin-bottom: 5px; position: relative;}
.fCustomerul li a{ display: block; background: rgba(255, 255, 255, .7); text-align: center; width: 70px; padding: 8px 0 4px 0; background-color: #E90802; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.fCustomerul li a>.icon{ width: 40px; height: 40px;}
.fCustomerul li a>.tit{ font-size: 12px; color: #fff; }
.fCustomerul li a:hover, a:active { text-decoration: none; }
.gotop{ display: none;}
.ftelLay{ position: absolute; right: -190px; height: 100%; background: #fff; font-size: 14px; width:160px; padding: 0 20px; top: 0; opacity: 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; box-sizing: border-box; }
.ftelLay .p1{ color:#666 ; padding-top: 10px;}
.ftelLay .p2{ font-size: 18px; font-weight: bold; line-height: 1.3; color: #E90802; }
.fcodeLay{ position: absolute; display: none; right: 110%; width: 140px; background: rgba(255, 255, 255, 1); padding: 0px; top: 0; padding: 10px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.fcodeLay::after{ content: ""; display: block; border-left: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; right: -5px; top: 34px; }
.fcodeLay .tp{ width: 140px; height: 140px;}
.fcodeLay .name{ margin-top: 1px; text-align: center;}
.fadvLay{ position: absolute; text-align: center; right: -190px; height: 100%; background: #fff; font-size: 18px; width:160px; padding: 0 10px; top: 0; opacity: 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; box-sizing: border-box; color: #E90802; line-height: 70px; font-weight: bold; }
.fadvLay::after,.ftelLay::after{ content: ""; display: block; border-left: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; right: -5px; top: 28px; }

.span_minus{
    font-size: 30px;
    color: #ccc;
    display: block;
    float: right;
    cursor: pointer;
}
.span_minus:before{ content: "-"; }
.chat-container{
    width: 445px;
    height: 465px;
    position: fixed;
    z-index: 9998;
    bottom: -465px;
    right: 110px;
    color: #333;
}
.chat-container .chat{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 8px #0000001f;
}
.chat-container .chat-header{
    height: 46px;
    border-radius: 8px 8px 0 0;
    flex: none;
    cursor: move;
    background-color: #0879FD
}
.chat-container .chat-header-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.chat-container .chat-header-content .chat-header-title{ color: #fff; font-size: 14px; }
.chat-container .chat-header-content .chat-header-toolbar{ display: flex; align-items: center; }
.chat-container .chat-content{ overflow-y: auto; width: 100%; height: calc(100% - 180px); }
.txt-ali-c{ text-align: center }
.history-item{ margin-bottom: 1rem; font-size: 0.875rem; }
.history-item-sys{
    display: inline-block;
    margin: 1.5rem 0.75rem 0;
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #606266;
    border-radius: 0.25rem;
    background: #f5f7fa;
}
.history-item-content{
    display: inline-block;
    max-width: calc(80%);
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    word-break: break-all;
    border-radius: 0.25rem;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    background: #eff1f7;
    white-space: pre-line;
    line-height: 1.375rem;
}
.chat-area-box{ padding: 1.5rem 0.75rem 1.5rem 0.75rem; }
.chat-area-box-item{ margin-bottom: 1rem; font-size: 0.875rem; }
.chat-area-box-item-time {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #a4a0aa;
}
.realy-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.chat-area-box-item-r{ text-align: right; }
.chat-area-box-item-r .realy-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.chat-area-box-item-content{
    display: inline-block;
    max-width: calc(80%);
    font-size: 0.875rem;
    word-break: break-all;
    border-radius: 0.25rem;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    background: #eff1f7;
    white-space: pre-line;
    line-height: 1.25rem;
    padding: 0.625rem 0.75rem;
}
.chat-area-box-item-r .chat-area-box-item-content{
    text-align: left;
    word-break: break-all;
    border-radius: 0.25rem;
    border-radius: 0.5rem 0 0.5rem 0.5rem;
    background: rgba(100, 147, 252, 0.16);
    line-height: 1.25rem;
    padding: 0.625rem 0.75rem;
}
.chat-editor-wrapper{
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #ebeef5;
}
.chat-editor-textarea{
    height: auto;
    width: 100%;
}
.edit-text{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}
.edit-text{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}
.edit-text-input{
    max-height: 56px;
    min-height: 56px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 400;
    color: #303133;
    line-height: 1.375rem;
    flex: 1;
    word-break: break-all;
}
.send-btn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 0.0625rem solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    border-radius: 0.1875rem;
    padding: 0.5625rem 0.9375rem;
    background-color: #0879FD;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 64px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.send-btn:focus{ outline: unset; }