#map{
    width:100vw;
    height:100vh;
}

*{
    padding:0;
    margin:0;
}

.top {
    background-image: url('../images/top2.png');
    background-size: 100% 100%;
    width: 56.69rem;
    height: 3.44rem;
    text-align: center;
    position: absolute;
    top: 1.44rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;

}

/*.top>div:nth-child(1),*/
/*.top>div:nth-child(3) {*/
/*    position: absolute;*/
/*    background-size: 100% 100%;*/
/*    width: 9.19rem;*/
/*    height: 2.5rem;*/
/*    line-height: 2.5rem;*/
/*    text-align: center;*/

/*    font-family: Microsoft YaHei;*/
/*    font-weight: bold;*/
/*    font-size: 1.13rem;*/
/*}*/

/*.top>div:nth-child(1) {*/
/*    left: 7rem;*/
/*    top: 1rem;*/
/*    background-image: url('../images/top1.png');*/
/*    color: #FFD200;*/
/*}*/

.top > div {
    line-height: 3.44rem;
    font-family: baotuculangti;
    font-weight: 400;
    font-size: 1.75rem;
    color: #01CEFB;
}

/*.top>div:nth-child(3) {*/
/*    right: 7rem;*/
/*    top: 1rem;*/
/*    background-image: url('../images/top3.png');*/
/*    color: #00F4FD;*/
/*}*/

.data {
    display: flex;
    padding: 0 1rem;
    position: fixed;
    bottom: 2.5rem;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.13rem;
    /*width: 100%;*/
    width: calc(100% - 2rem);
    z-index: 9999;
}

.data .hide {
    flex: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(1, 9, 53, .6);
    border: 1px solid #2A44D9;
}

.data .list {
    flex: 1;
    padding: 0.5rem;
    /*height: 20.31rem;*/
    background-color: rgba(1, 9, 53, .6);
    border-radius: 0.25rem;
    border: 1px solid #2A44D9;
}

.data .list .title {
    height: 4.5rem;
    line-height: 4.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.52rem;
    padding-left: 1rem;
    color: #fff;
}

.el-table, .el-table__expanded-cell {
    background-color: unset !important;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
    background-color: unset !important;
}

.data .list .title.warning {
    color: #f00;
}

.data .list table thead th {
    background: #152F5B;
    font-weight: bold;
    color: #65E0E3;
}

.table-box {
    height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.el-table--border::after, .el-table--group::after, .el-table::before {
    background-color: unset !important;
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border: 0 !important;
}

.el-table tr {
    background-color: unset !important;
}

.el-table tr td {
    border: 0 !important;
}

.data .list table tbody td {
    /*background: #152F5B;*/
    /*font-weight: bold;*/
    /*background-color: rgba(1, 9, 53, .8);*/
    color: #fff;
}

.page-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
