body{background-color:white;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;}#download{border-radius: 14px;height: 34px;background-color: rgb(0 184 167);color: white;border-color: rgb(0 184 167);font-weight: 800}

    header{z-index: 11;top: 0;left: auto;width: 100%;height:55px;max-width:440px;background: #dbd8d8}header .box{display: flex;justify-content: space-between;}header .box .left{width: 48px;height: 48px;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: 32px;height: 24px;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-category{text-align:center;color:#605b5b;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: space-around;}
    .box3 li{padding: 5px 0; width: 100%;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;width: 42%;}
    .box3 li a{font-size:20px;text-decoration:none;color:#625e5e;}
    @media screen and (min-width: 1000px){.box3{width: 95%}}

    .game_list_box{padding-left: 20px;}
    .game_list_box li{padding: 5px 0;color:#625e5e;background-color:rgb(228 220 220 / 90%);height:88px;margin-top:3px;margin-bottom:3px;border-radius:8px;display:flex;align-items:center;width: 95%;}
    .game_list_box li a{font-size:20px;text-decoration:none;color:#625e5e;width: 100%;display: flex;align-items: center;position: relative}
    .game_list_box .rank-index{width: 40px;font-size: 18px;padding-left: 8px}
    .game_list_box li img {width: 70px;height: 70px}
    .game_list_box li a .game-name {margin-left: 20px; font-size: 17px;color: white}
    .game_list_box li a .play {border-radius: 12px;padding: 4px 12px;background-color: rgb(0 184 167);color: white;border-color: rgb(0 184 167);position: absolute;right: 5px;font-size: 14px}