.chat-iframe {
    width: 580px;
    height: 530px;
    position: fixed;
    right: 63px;
    bottom: 2px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 16px 0px;
    border-radius: 4px 4px 0px 0px;
    z-index: 2147483646;
    transition: bottom 0.3s ease 0s;
    background-color: white;
    line-height: 1;
}

.chat-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.chat-iframe .icon {
    position: absolute;
    top: 22px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.chat-iframe .icon.max {
    
right: 61px;
}

.chat-iframe .icon.min {
    right: 40px;
}

.chat-iframe .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
}

.chat-iframe .loading .el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.chat-iframe .right-operate {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #C00019;
  display: none !important;
}

.chat-iframe .icon {
  position: absolute;
  top: 22px;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.chat-iframe .icon.max {

  right: 40px;
}

.chat-iframe .icon.min {
  right: 20px;
}

.chat-iframe .icon.sound-icon{
  right: 60px;
  top: 19px;
}