body{background-color:#b4ffb9;margin:0px;padding:0px;} .box1,.bottom-text{padding:12px; background-color: white;margin: 60px 8px 10px; border-radius: 4px;line-height: 22px;font-size: 18px}.box1 .game-name{background-color: white;border-radius: 16px;padding: 10px 16px;box-sizing: border-box;display: flex;justify-content: center;flex-direction: column;align-items: center;font-size: 14px;}

header{z-index: 11;top: 0;left: auto;width: 100%;max-width:440px;background: #b4ffb9;height:80px;}header .box{display: flex;justify-content: space-between;}header .box .left{width: 108px;height: 78px;color: #eff0f7;font-size: 36px;display: flex;align-items: center;flex: 1;margin-left: 4px;font-size:20px}header .box .middle{flex:1;display: flex;align-items: center;justify-content: center;}header .box .middle img{height: 38px;}header .box .right{flex:1;display: flex;align-items: center;justify-content: space-between;color: #fff}header .box .right img{width: 30px;height: 30px;margin-right: 15px;}
.box-outer{max-width: 440px;}
#install-dialog{width:80%}
@media screen and (min-width: 1000px){
     .box-outer{max-width: 800px;}header{max-width: 800px;}#install-dialog{width:40%}
}

.game_block .box_list{overflow: hidden;position: relative;padding: 12px 8px 2px 8px;}.game_block .box_list .right_arrow{color: #fff;font-size: 20px;display: flex;justify-content: space-between;}
.game_block .box_list .game_list_box{display: grid;grid-template-columns: repeat(3, 114px);grid-gap: 16px;justify-content: space-between;}
.game_block .box_list .game_list_box .game_item{height:160px;position:relative;display:flex;background:white;border-radius:14px;position:relative}
.game_block .box_list .game_list_box .game_item a{width: 114px; height: 114px;border-radius: 10px;display: block;border-width: 2px;border-style: solid;border-color: transparent}
.game_block .box_list .game_list_box .game_item .start{position:absolute;height:35px;width:114px;bottom:20px;pointer-events:none}
.game_block .box_list .game_list_box .game_item .name{position:absolute;bottom:0px;width:114px;text-align:center;text-overflow:ellipsis;overflow:hidden}
.game_block .box_list .game_list_box .game_item img{border-radius: 8px;width: 100%;height: 100%;pointer-events:none}
@media screen and (min-width: 1000px){
     .game_block .box_list .game_list_box{grid-template-rows: repeat(auto-fill,204px);grid-template-columns: repeat(3, 204px);}.game_block .box_list .game_list_box #game_item_right_0 a{height: 404px;}.game_block .box_list .game_list_box #game_item_left_0 a{height: 404px;}.game_block .box_list .game_list_box .game_item a{width: 204px; height: 204px;}
    .game_block .box_list .game_list_box .game_item{height:204px;}
    .game_block .box_list .game_list_box .game_item .start{width:204px;text-align:center}
     .game_block .box_list .game_list_box .game_item .start img{width:70%;}
    .game_block .box_list .game_list_box .game_item .name{width:204px;font-weight:600;background:white}
}

.game-category{text-align:center;color:#6e6666;font-size:22px;margin-top:6px;margin-bottom:8px}

.box3{padding-left: 0; margin: 8px 10px; width: 90%;display:flex;flex-wrap:wrap;justify-content:start;}
.box3 li{padding: 5px 0; width: 42%;color:#625e5e;background-color:rgba(255,255,255,0.9);height:38px;margin-top:3px;margin-bottom:3px;border-radius:8px;display:flex;align-items:center;padding-left:20px;margin-left:8px}
.box3 li a{font-size:20px;text-decoration:none;color:#625e5e;}
@media screen and (min-width: 1000px){.box3{width: 95%}}