#main {
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
    background-color: #000;
    overflow: hidden;
}

.main-headBg {
    width: 10rem;
    height: 7.6rem;
    background: url('../../img/main/bg-main.jpg');
    background-size: 10rem 7.6rem;
    background-position: center top;
    background-repeat: no-repeat;
}

.main-titleBg {
    width: 10rem;
    height: 1.25rem;
    background: url('../../img/public/box-head.png');
    background-size: 10rem 1.25rem;
}

.main-titleBg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-titleBg>div:nth-child(1) {
    font-size: 0.5rem;
    margin-left: 0.5rem;
    color: #c58953;
}

.main-titleBg>div:nth-child(2) {
    font-size: 0.3rem;
    margin-right: 0.5rem;
    color: #beb2b0;
}

.dataBtnBox {
    width: 10rem;
    height: 1.2rem;
    border-bottom: 1px solid #beb2b0;
    color: #beb2b0;
    display: flex;
    background-color: #322321;
    overflow: hidden;
}

.dataBtnBox-scroll {
    width: 100%;
    height: 1.2rem;
    overflow-y: scroll;
    scrollbar-width: none;
}

.dataBtnBox-info {
    height: 1.2rem;
    display: flex;
}

.btn {
    padding: .45rem .3rem 0;
    height: 1.2rem;
    font-size: 0.4rem;
    box-sizing: border-box;
}

.btn.btn-active {
    color: #c58953;
    border-bottom: 2px solid #c58953;
}

.dataPageBox {
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #322321;
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0 ease, visibility 0 ease;
    padding-top: 0.3rem;
}

.page-active {
    opacity: 1;
    visibility: visible;
}

table {
    width: 90%;
    border-collapse: collapse;
    font-size: 0.33rem;
    text-align: center;
    margin: 0.3rem auto 0;
}

td {
    border: 1px solid #8d8d8d;
    height: 1.5rem;
    /* line-height: 1.5rem; */
    color: #d3d1d1;
    font-size: 0.33rem;
    padding: 0.1rem;
    letter-spacing: 0.01rem;
}

th {
    font-weight: bold;
    border: 1px solid #8d8d8d;
    height: 1rem;
    color: #ececec;
    font-size: 0.38rem;
    letter-spacing: 0.01rem;
}

table img {
    max-width: 1.5rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

tr>td:first-child {
    width: 2rem;
}

tr>td:nth-child(2) {
    width: 2rem;
}