@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 80%;
    }
}

.modal-content {
    background: url(../img/bgh.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.modal-header {
    border: none;
    position: absolute;
    top: -16px;
    right: 6px;
    background: url(../img/closexh.png) center no-repeat;
    background-size: 100%;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0;
}

.modal-header .close {
    opacity: 0;
}

table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table thead {
    width: 100%;
    overflow-x: scroll;
}


/* table > tbody {
  width: 100%;
  display: block;
  overflow-y: scroll;
} */

table {
    width: 100%;
    /* border: 1px solid #023e90; */
    border-collapse: collapse;
    margin: 0 auto;
}

tbody>tr:nth-of-type(2n) {
    background: #002f67;
}

tr,
td {
    border: 1px solid rgba(2, 62, 144, 0.5);
    text-align: center;
    color: #51fcfd;
    /* font-size: 16px; */
    height: 23px;
    padding: 10px 0;
    /* white-space: nowrap; */
}


/* thead>tr>th {
    border: 1px solid #023e90;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    height: 23px;
    padding: 10px 0;
    background: #023e90;
} */

#page {
    margin-top: 28px;
    list-style: none;
    text-align: center;
    /* position: absolute;
  left: 0;
  bottom: 23px;
  width: 400px;
  left: 15px; */
}

#page li {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    float: left;
    margin-left: 6px;
    color: #51fcfd;
}

#page li:nth-child(1) {
    margin-left: 0;
}

#page li p {
    display: inline-block;
    cursor: pointer;
    padding: 4px 15px;
    margin: 0 2px;
    background: url(../img/wzbg.png) center no-repeat;
    background-size: 100% 100%;
}

#pagenum {
    border: 0;
}

.countIndex {
    background: #09f;
    color: #fff;
}