#main{
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
    background-color: #000;
}
.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;
}

.page{
    width: 10rem;
    height: auto;
    background-color: #322321;
    padding: 0.3rem 0;
}
.page>.dataPage-title{
    width: 9rem;
    height: 1rem;
    margin: 0 auto;
    font-size: 0.5rem;
    color: #beb2b0;
    text-align: center;
    line-height: 1rem;
    border-bottom: #a89996 1px solid;
    margin-bottom: 0.2rem;
    letter-spacing: 0.01rem;
}
.page>p{
    margin: 0 auto;
    width: 9rem;
    font-size: 0.33rem;
    color: #beb2b0;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
}
.page>.title{
    font-size: 0.4rem;
    margin-top: 0.3rem;
    color: #cfa583;
    letter-spacing: 0.01rem;
}
.page>.title1{
    font-size: 0.33rem;
    margin-top: 0.3rem;
    color: #cfa583;
    letter-spacing: 0.01rem;
}
.page>img{
    display: block;
    margin: 0.2rem auto;
    width: 8rem;
}
.page>span{
    display: block;
    margin: 0.2rem auto;
    width: 9rem;
    color: #beb2b0;
    letter-spacing: 0.01rem;
}
.right-txt{
    width: 9rem;
    text-align: right;
    font-size: 0.33rem;
}
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;
}