.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>.row_1{
    background-color: rgba(255, 248, 53, 0.80);
    padding: 10px 15px;
}
.h5_page_body>.row_1>.content{
    width: 100%;
}
.h5_page_body>.row_1>.content>.title{
    color: #FF6A1F;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.h5_page_body>.row_1>.content>.row1_list{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    height: 90px;
}
.h5_page_body>.row_1>.content>.row1_list>.game-item{
    margin-right: 8px;
    width: 80px;
    height: 80px;
    position: relative;
}
.h5_page_body>.row_1>.content>.row1_list>.game-item>img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.h5_page_body>.row_1>.content>.row1_list>.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>.row_2{
    display: grid;
    grid-template-columns: repeat(4,calc(100vw / 4 - 14px));
    grid-template-rows: repeat(14,calc(100vw / 4 - 14px));
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    padding: 10px 15px;
    background-color: rgba(255, 141, 63, 0.60);
}
.h5_page_body>.row_2>.game-item>img{
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_2>.game-item{
    position: relative;
}
.h5_page_body>.row_2>.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>.row_2>.game-item:nth-child(1){
    grid-column: 1 / 5;
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_2>.game-item:nth-child(9){
    grid-column: 1 / 3;
    grid-row: 6 / 8;
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_2>.game-item:nth-child(20){
    grid-column: 3 / 5;
    grid-row: 9 / 11;
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_2>.game-item:nth-child(27){
    grid-column: 1 / 5;
    grid-row: 12 / 15;
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_3,
.h5_page_body>.row_4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: rgba(255, 141, 63, 0.60);
}
.h5_page_body>.row_3>.game-item,
.h5_page_body>.row_4>.game-item{
    position: relative;
}
.h5_page_body>.row_3>.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>.row_3>.item,
.h5_page_body>.row_4>.item{
    width: calc(100% / 2 - 4px);
    overflow: hidden;
    margin-bottom: 8px;
    background-color: #FFFFFF;
    border-radius: 12px;
}
.h5_page_body>.row_3 img{
    width: 100%;
    height: 100%;
}
.h5_page_body>.row_4 img {
    width: 45%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}
.h5_page_body>.row_4>.item{
    display: flex;
    position: relative;
    height: 21.2vw;
}
.h5_page_body>.row_4>.item>span{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}
.h5_page_body>.row_5{
    padding: 10px 15px 50px;
    background-color: rgba(255, 141, 63, 0.60);
}
.h5_page_body>.row_5>div{
    background-color: rgba(255, 245, 239, 1);
    padding: 15px 10px;
    border-radius: 12px;
    font-size: 12px;
}
.h5_page_body>.row_5 .title{
    font-size: 16px;
    color: rgba(210, 70, 0, 1);
}
.h5_page_body>.row_5 p{
    margin: 10px 0;
    color: rgba(51, 51, 51, 1);
}
.h5_page_body>.h5_footer{
    height: 26px;
    background-color: rgba(255, 106, 31, 1);
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    line-height: 26px;
}
.h5_page_body>.h5_footer>span:nth-child(2){
    margin: 0 15px;
}

/*mike*/
.bg_FF6A1F{
    background-color: #9B59B6;
}
.page_body>.row_1{
    background-color: #1ABC9C;
}
.page_body{
    background-color: #9B59B6;
}
.pc_footer{
    background-color: #1ABC9C;
}
.page_body>.row_1>.content>.title{
    color: #ffffff;
}
