.theme-v0512 .layui-btn {
    background-color: #2c6ee5;
    color: #ffffff
}

.theme-v0512 button,
.theme-v0512 .b-btn {
    cursor: pointer
}

.theme-v0512 button.primary,
.theme-v0512 .b-btn.primary {
    background: #2c6ee5
}

.theme-v0512 button.info,
.theme-v0512 .b-btn.info {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #999
}

.theme-v0512 .dialogue__wrap .b-tabs__chat {
    font-size: 12px
}

.theme-v0512 .dialogue__wrap .b-tabs__chat .b-tabs-title__chat>* {
    display: none;
    text-align: center
}

.theme-v0512 .dialogue__wrap .b-tabs__chat .b-tabs-title__chat>*>table {
    width: 100%;
    height: 100%;
    color: black;
    table-layout: fixed
}

.theme-v0512 .dialogue__wrap .b-tabs__chat .b-tabs-title__chat>*.active {
    display: block
}

.theme-v0512 .top-talk-info-wrap {
    margin-left: 10px;
    font-size: 14px
}

.theme-v0512 .top-talk-info-wrap>*+* {
    margin-left: 5px
}

.theme-v0512 .top-talk-info-wrap .web-name {
    min-width: 30px;
    display: inline-block;
    text-align: center;
    padding: 1px 10px
}

.theme-v0512 .top-talk-info-wrap .vip-text {
    margin-left: 2px
}

.theme-v0512 .history_content {
    padding: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column
}

.theme-v0512 .history_content .form-modal {
    z-index: 100
}

.theme-v0512 .history_content .form-modal .b-overlay {
    background: #aaaaaa36;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(calc(-100% - 60px))
}

.theme-v0512 .history_content .form-modal .b-form {
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    background: #fff;
    max-height: 100%;
    transition: 0.5s;
    transform: translateY(calc(-150% - 60px));
    opacity: 0;
    font-size: 12px
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item {
    display: inline-block;
    width: 350px;
    margin-right: 30px;
    height: 90px
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .b-label {
    font-size: 18px;
    color: #666
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .inline-inner {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .inline-inner>* {
    margin-right: 5px
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .inline-inner>div {
    flex-grow: 1
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .xm-form-selected .xm-select {
    height: 60px
}

.theme-v0512 .history_content .form-modal .b-form .b-form-item .xm-form-selected .xm-select,
.theme-v0512 .history_content .form-modal .b-form .b-form-item .xm-form-selected .xm-select:hover {
    border-color: #ccdeff !important;
    box-shadow: 0px 3px 10px 0px #ccdeff
}

.theme-v0512 .history_content .form-modal .b-form .b-form__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.theme-v0512 .history_content .form-modal .b-form .b-button__wrap {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background: #fff
}

.theme-v0512 .history_content .form-modal.open .b-overlay {
    transform: translateY(0)
}

.theme-v0512 .history_content .form-modal.open .b-form {
    opacity: 1;
    transform: translateY(0)
}

.theme-v0512 .history_content .form-modal .text-center {
    width: 20px;
    flex-shrink: 0
}

.theme-v0512 .history_content .b-nav {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.theme-v0512 .history_content .b-nav>*+* {
    margin-left: 5px
}

.theme-v0512 .history_content .b-nav .b-form-item {
    width: 350px;
    display: flex;
    align-items: center
}

.theme-v0512 .history_content .b-nav .b-form-item .b-label {
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap
}

.theme-v0512 .history_content .history_main {
    flex-grow: 2;
    overflow-x: auto
}

.theme-v0512 .history_content .history_main .history_table__wrap {
    min-width: 1980px
}

.theme-v0512 .history_content .history_main .history_table th,
.theme-v0512 .history_content .history_main .history_table td {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center
}

.theme-v0512 .history_content .history_main .history_table th {
    height: 60px;
    white-space: nowrap
}

.theme-v0512 .history_content .history_main .history_table th.client-box,
.theme-v0512 .history_content .history_main .history_table td.client-box {
    width: 50px
}

.theme-v0512 .history_content .history_main .history_table th.b-long-string,
.theme-v0512 .history_content .history_main .history_table td.b-long-string {
    max-width: 100px
}

.theme-v0512 .history_content .history_main .history_table .client-box img {
    width: 25px;
    height: 25px
}

.theme-v0512 .history_content .history_main .history_table .b-long-string {
    cursor: pointer
}

.theme-v0512 .history_content .history_main .history_table .b-long-string>* {
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 10px;
    text-align: left
}