.notice-dialog .show-close {
    margin-bottom: 0
}

.vab-dialog-popular {
    border-radius: 0
}

.vab-dialog-popular.chat-dialog {
    background-color: var(--color-bg-f5f5f5) !important
}

.vab-dialog-popular.chat-dialog .el-dialog__header {
    border-bottom: 0
}

.vab-dialog-popular header {
    display: flex;
    align-items: end;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 15px
}

.vab-dialog-popular header .heigh1 {
    width: 3px;
    height: 14px;
    background: #4396f4
}

.vab-dialog-popular header .heigh2 {
    width: 3px;
    height: 14px;
    background: #4396f4;
    opacity: .6;
    margin-left: 3px
}

.vab-dialog-popular header .text {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-bg-000);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    color: var(--color-default-font);
    font-size: 20px;
    font-weight: 500;
    width: max-content
}

.vab-dialog-popular header .rigthtext {
    font-size: 10px;
    font-weight: 700;
    color: #069fff;
    height: 11px
}