.page_body > .row_2 {
    margin: 0 auto;
    padding-top: 30px;
    min-height: calc(100vh - 54px - 500px - 70px);
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 126px);
    grid-template-rows: repeat(auto-fit, 126px);
}
.page_body>.row_2>img:nth-child(1),
.page_body>.row_2>img:nth-child(12),
.page_body>.row_2>img:nth-child(25) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 126px !important;
    height: 126px !important;
}


/* h5 */
.h5_page_body{
    background-color: #ff8d3f;
}
.h5_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 106, 31, 1);
    padding: 0 15px;
}
.h5_header>.left,
.h5_header>.right{
    position: relative;
}
.h5_header>.logo>img{
    width: 60px;
    height: 30px;
}
.h5_header img{
    width: 20px;
    height: 20px;
}
.h5_header>.left>.list{
    left: -15px;
    padding-left: 15px;
    width: 135px;
}
.h5_header>.right>.list{
    right: -15px;
    padding-right: 15px;
    width: 135px;
    text-align: right;
    line-height: 40px;
}
.h5_header>.left>.list>.download-icon>.icon-conent {
    display: none;
}
.h5_header>.left>.list>.item{
    display: flex;
    align-items: center;
    line-height: 40px;
}
.h5_header>.left>.list>.item>img{
    margin-right: 6px;
}
.h5_header .list{
    position: absolute;
    z-index: 99;
    top: 30px;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    background-color: rgba(255, 106, 31, 1);
    color: #FFFFFF;
}

.h5_page_body{
    min-height: calc(100vh - 34px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h5_page_body>.row_1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
    padding: 10px 15px;
    background-color: rgba(255, 141, 63, 0.60);
}

.h5_page_body>.row_1>.game-item{
    position: relative;
}
.h5_page_body>.row_1>.game-item>img{
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_1>.game-item>span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ff6a1e;
    border-radius: 0 0 12px 12px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.h5_page_body>.pc_footer{
    font-size: 14px;
    justify-content: space-around;
}
.h5_page_body>.pc_footer>span:nth-child(2){
    margin: 0;
}

/*mike*/
.bg_FF6A1F{
    background-color: #9B59B6;
}
.page_body{
    background-color: #9B59B6;
}
.pc_footer{
    background-color: #1ABC9C;
}
