.chatDialog {
    position: fixed;
    right: 80px;
    bottom: 50px;
    width: 500px;
    height: 500px;
    display: none;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 100;
}