#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;
}

.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;
}

.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;
}

.page>p {
    margin: 0 auto;
    width: 9rem;
    font-size: 0.33rem;
    color: #beb2b0;
    line-height: 0.5rem;
    text-indent: 2em;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
}

.page>.title {
    font-size: 0.4rem;
    color: #cfa583;
    text-indent: 0em;
    letter-spacing: 0.01rem;
}

.page>img {
    display: block;
    margin: 0.2rem auto;
    width: 8rem;
}

.gwBox {
    padding-top: 0.3rem;
    width: 10rem;
    height: 5.5rem;
    text-align: center;
    display: grid;
    grid-template-columns: 3rem 3rem 3rem;
    grid-template-rows: repeat(3, 1.5rem);
    background: #322321;
    justify-content: space-around;
    align-items: center;
}

.gwBox>div {
    width: 3rem;
    height: 1.21rem;
    background-size: 3rem 1.21rem;
}

.gwBox>div>a {
    width: 100%;
    height: 100%;
    display: block;
}

.gwBox>div:nth-child(1) {
    background-image: url('../img/gameData/gw1.png');
}

.gwBox>div:nth-child(2) {
    background-image: url('../img/gameData/gw2.png');
}

.gwBox>div:nth-child(3) {
    background-image: url('../img/gameData/gw3.png');
}

.gwBox>div:nth-child(4) {
    background-image: url('../img/gameData/gw4.png');
}

.gwBox>div:nth-child(5) {
    background-image: url('../img/gameData/gw5.png');
}

.gwBox>div:nth-child(6) {
    background-image: url('../img/gameData/gw6.png');
}

.gwBox>div:nth-child(7) {
    background-image: url('../img/gameData/gw7.png');
}

.gwBox>div:nth-child(8) {
    background-image: url('../img/gameData/gw8.png');
}

.gwBox>div:nth-child(9) {
    background-image: url('../img/gameData/gw9.png');
}

.moreGw{
    width: 10rem;
    height: 2.52rem;
    background-image: url('../img/gameData/moreGw.png');
    background-size: 10rem 2.52rem;
}

.wfBox{
    padding: .3rem .7rem 0;
    width: 10rem;
    height: 3.5rem;
    text-align: center;
    display: grid;
    grid-template-columns: 2.5rem 2.5rem 2.5rem;
    grid-template-rows: repeat(3, 1rem);
    background: #322321;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #beb2b0;
}

.wfBtn{
    font-size: 0.4rem;
    color: #beb2b0;
}
.wfBtn-active{
    color: #c58953;
}