.mainBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

[v-clock]{
    display: none;
}
table {
    width: 100%;
    min-width: 17.8vw;
    margin: 0 auto;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #eee;
    text-align: center;
    padding: 2px 6px;
}
th {
}
@Keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.donut {
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: donut-spin 0.7s cubic-bezier(0.8, 0.9, 1.0, 0.8) infinite;
}
.goBtnBox {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headBack {
    position: absolute;
    background-image: url('../images/return.png');
    background-size: 100% 100%;
    bottom: 10px;
    left: 20px;
    width: 98px;
    height: 32.4px;
    cursor: pointer;
}
.headBackRight {
    position: absolute;
    background-image: url('../images/returnRight.png');
    background-size: 100% 100%;
    bottom: 0px;
    right: 65px;
    width: 98px;
    height: 32.4px;
    cursor: pointer;
}
.yjBtn {
    position: absolute;
    background-image: url('../images/goBtn1.png');
    background-size: 100% 100%;
    bottom: 0px;
    right: 55px;
    width: 169px;
    height: 51px;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    padding: 14px 0px 14px 41px;
}
.goBtn1 {
    width: 160px;
    height: 49px;
    line-height: 49px;
    background-image: url('../images/goBtn1.png');
    background-size: 100% 100%;
    margin-right: 700px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 35px;
    cursor: pointer;
    /* 设置字体外发光效果 */
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.8);
}
.goBtn2 {
    width: 160px;
    height: 49px;
    line-height: 49px;
    background-image: url('../images/goBtn2.png');
    background-size: 100% 100%;
    color: #fff;
    box-sizing: border-box;
    padding-left: 60px;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.8);
}
.areaBox {
    width: 32%;
    /* border: 1px solid #fff; */
}

.chatBox {
    background-image: url('../images/chatBoxBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    position: relative;
}

.chatArea {
    margin-top: 10px;
    width: 100%;
    height: calc(100% - 220px);
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;

    /* IE 10+ */
    ::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }

    box-sizing: border-box;
    padding-bottom: 100px;
}

.sendArea {
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 210px;
}

.sendOpt {
    height: 40px;
    display: flex;
}

.sendOptItem {
    padding: 0 10px;
    margin: 0 8px;
    border-radius: 6px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    color: #00deff;
    border: 1px solid #00deff;
    text-align: center;
    background-color: rgba(0, 153, 255, 0.2);
    cursor: pointer;
}

.sendInput {
    height: 160px;
    border-top: 1px solid #00deff;
    background-color: rgba(0, 153, 255, 0.2);
    padding-top: 10px;
    box-sizing: border-box;
}

.sendInput .el-textarea__inner:hover {
    border: none;
}

.sendInput textarea {
    background-color: transparent;
    border: none;
    resize: none;
    font-size: 20px;
    color: #fff;
}
.el-textarea__inner::-webkit-input-placeholder {
    color:#fff;
}
.sendBtn {
    background-color: #00a8ff;
    width: 80px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    float: right;
    margin: 0px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.chatItem {}

.userBox {
    background-color: #00a8ff;
    color: #fff;
    padding: 10px;
    width: fit-content;
    max-width: 77%;
    border-radius: 8px 8px 0 8px;
    margin-top: 26px;
    margin-right: 20px;
}

.sysBox {
    background-color: #004ac4;
    color: #fff;
    padding: 10px;
    width: fit-content;
    max-width: 77%;
    border-radius: 8px 8px 8px 0;
    margin-top: 26px;
    margin-left: 20px;
}

.areaBox_haed {
    width: 100%;
    height: 50px;
    background-image: url('../images/1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    /* 添加字体外发光效果 */
    text-shadow: 0 0 10px rgba(0, 162, 255, 0.8);
}

.areaBox_main {
    height: calc(100% - 50px);
    display: flex;
    background-color: rgba(10, 181, 218, 0.15);
}

.areaBox_border {
    width: 18px;
    border-top: 2px solid #00deff;
    border-bottom: 2px solid #00deff;
    height: 100%;
    box-sizing: border-box;
}

.areaBox_content {
    flex: 1;
    height: 100%;
}

.areaBox_content_title {
    color: #00d8ff;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 12px 0 3px;
}

.areaBox_content_title2 {
    color: #00ffde;
    display: flex;
    align-items: center;
    padding: 6px 0 4px;
}

.areaBox_content_title2 img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.areaBox_content_title img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.cygm_item {
    width: 32%;
    height: 43px;
    background-image: url('../images/3.png');
    background-size: 100% 100%;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cygm_item:nth-child(5) {
    margin-bottom: 0px;
}
.cygm_item:nth-child(6) {
    margin-bottom: 0px;
}
.scrollFont {
    color: #00ffde;
    font-size: 18px;
    padding-right: 2px;
    font-weight: 600;
}

.unitFont {
    color: #00ffde;
    font-size: 14px;
    padding-top: 2px;
}

.pagination-container {
    /* background: #fff; */
    padding: 20px 0px;
    width: 100%;
}

.pagination-container.hidden {
    display: none;
}

.transTable {
    background-color: transparent;
    color: #fff;
}

.transTable tr {
    background-color: transparent;
}

.transTable th {
    background-color: transparent;
    color: #fff;
}

.transTable .el-table__body tr:hover>td {
    background-color: #fffa;
}

.el-table__header tr {
    background: transparent !important;
}

.el-table th.el-table__cell {
    background-color: transparent !important;
    color: #cbe8ff;
    font-size: 24px;
}

.el-table th.el-table__cell>.cell {
    line-height: 48px !important;
}

.el-table__header tr {
    background-color: transparent;
}

.el-table,
.el-table__expanded-cell {
    color: #fff;
    background-color: transparent;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border: none;
}

.el-table tr {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhIAAAAhCAYAAACMTEKVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZmQ5OGZlMy1hOWZkLTAxNGItYjk2OS1lN2Q1NzRiM2M3MGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDNEMjA0NDFDNDIxMTFFQzk2NTBFRTFEMzNCN0U2MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDNEMjA0NDBDNDIxMTFFQzk2NTBFRTFEMzNCN0U2MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NDVFRTI5QjE2QzRFQzExOUI4MkRGMkRERjhBNUI1RSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmI4YTMxNGQ0LWRiZjEtNDI0Yi1hMTg5LTdhOTNkZjE1YThhMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmrImdMAAACYSURBVHja7NahEQAgDATBH4Yu0n9RVBMEEhW/W8Kp2zndeSoAAANLAgDASAAARgIAMBIAgJEAADASAICRAACMBABgJAAAIwEAYCQAACMBABgJAMBIAAAYCQDASAAARgIAMBIAgJEAADASAICRAACMBABgJAAAjAQAYCQAACMBABgJAMBIAAAYCQDASAAARgIAMBIAAJ8rwADy9AM3qzlP+gAAAABJRU5ErkJggg==);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.el-table--enable-row-transition .el-table__body td,
.el-table .cell {
    background-color: transparent !important;
}

.el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: transparent;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #155488 !important;
    cursor: pointer;
}

.el-table__header .cell {
    text-align: center;
}

.el-table__row .cell {
    font-size: 20px;
}

.el-table .el-table__cell {
    padding: 4px 0;
}

.el-table .cell {
    line-height: 44px;
}

.el-table .el-table__header th .cell {
    box-sizing: border-box;
    border-top: 1px solid #035e9d;
    background-color: rgba(0, 153, 255, 0.2) !important;
    border-bottom: 1px solid #00ffde;
}
.pag-bg {
    background: url(../images/a4.png);
    background-size: 100% 100%;
}

.tabs-bg {
    background: url(../images/a3.png);
    background-size: 100% 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.left1 {
    width: 17%;
    height: 76%;
    background: url(../images/a5.png);
    background-size: 100% 100%;
}

.left2 {
    width: 17%;
    height: 76%;
    background: url(../images/a6.png);
    background-size: 100% 100%;
}

.right1 {
    /* margin-left: 32%; */
    width: 17%;
    height: 76%;
    background: url(../images/a8.png);
    background-size: 100% 100%;
}

.right2 {
    width: 17%;
    height: 76%;
    background: url(../images/a7.png);
    background-size: 100% 100%;
}

.putu {
    color: #fff;
    text-align: center;
    cursor: pointer;
    span:nth-child(1) {
        display: block;
        font-size: 26px;
        margin-top: 26vh;
        margin-bottom: 1vh;
    }
}

.ai {
    width: 603px;
    height: 149px;
    background: url(../images/a1.png);
    background-size: 100% 100%;
    position: absolute;
    top: -200px;
    left: 198px;
}

.chatk {
    width: 1000px;
    height: 20vh;
    border: 1px solid #0084d1;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(0, 153, 255, 0.2);
    box-sizing: border-box;
    position: fixed;
    bottom: 330px;
}
.chatk-animate {
    transition: 0.3s;
}

#chatarea {
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 11vh;
    font-size: 20px;
}

.fastword {
    display: flex;
    justify-content: space-between;
    margin-top: 2vh;
    padding: 0 10px;
}

.word-list {
    flex: 1;
    display: flex;
}

.word-list .word {
    color: #fff;
    padding: 8px 12px;
    background-color: #00aeff;
    border-radius: 8px;
    margin: 0 10px;
    cursor: pointer;
}

.word-search {
    width: 40px;
    height: 40px;
    background: url(../images/a2.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.word-newChat {
    width: 40px;
    height: 40px;
    background: url(../images/newChat.png);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: 15px;
}
.chatCenter {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.chatWindow {
    width: 100%;
    height: 68vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;

    /* IE 10+ */
    ::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }
    box-sizing: border-box;
}
.mainChatStyle {
    font-size: 20px;
    padding: 13px 20px;
    border-radius: 15px 15px 15px 0;
}
.searchBox {
    position: absolute;
    top: -42px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 140px;
}
.tabChatOpt {
    position: absolute;
    top: 87px;
    left: 0px;
    width: 30px;
    height: 90vh;
    cursor: pointer;
}
.tabChatOpt::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(24, 159, 249, 0.9);
    position: relative;
    top: 50%;
    left: -20%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
}
.tabChatBackOpt {
    position: absolute;
    top: 87px;
    right: 0px;
    width: 30px;
    height: 90vh;
    cursor: pointer;
}
.tabChatBackOpt::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(24, 159, 249, 0.9);
    position: relative;
    top: 50%;
    left: -20%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}
.searchBtn {
    color: #fff;
    flex-shrink: 0;
    border: 2px solid #035e9d;
    border-radius: 6px;
    background-color: rgba(0, 153, 255, 0.4);
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.2s;
    font-size: 20px;
}
.el-input__inner {
    background-color: rgba(0, 153, 255, 0.2);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #00a8ff !important;
}
/* .el-input__inner::placeholder {
    color: #fff;
} */
.searchBtn:hover {
    background-color: rgba(0, 153, 255, 0.8);
}
.el-table__empty-text {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
}
.el-loading-mask {
    background-color: rgba(0, 54, 91, 0.8);
}
.clusterBubble {
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    opacity: 0.88;
    background-image: linear-gradient(139deg, #4294FF 0%, #295BFF 100%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.yjContainer {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 100px;
    font-size: 22px;
    font-family: serif;
    line-height: 32px;
    text-indent: 2em;
}
.warnText {
    color: #00ffde;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}