body{background-color:#8f7ef1;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: #5f48de}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: 28px;height: 28px;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_box .box_top{overflow: hidden;position: relative;padding: 12px 8px 2px 8px;}.game_box .box_top .right_arrow{color: #fff;font-size: 20px;display: flex;justify-content: space-between;}
     .game_box .box_top .game_list_box{display: grid;grid-template-rows: repeat(auto-fill,114px);grid-template-columns: repeat(3, 114px);grid-gap: 16px;justify-content: space-between;}
     .game_box .box_top .game_list_box #game_item_1{grid-row-start: 1; grid-row-end: 3; grid-column-start: 2; grid-column-end: 4}
     .game_box .box_top .game_list_box #game_item_1 a{width: 100% !important; height: 244px;}
     .game_box .box_top .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_box .box_top .game_list_box .game_item img{border-radius: 8px;width: 100%;height: 100%}
     @media screen and (min-width: 1000px){
          .game_box .box_top .game_list_box{grid-template-rows: repeat(auto-fill,204px);grid-template-columns: repeat(3, 204px);}.game_box .box_top .game_list_box #game_item_1 a{height: 404px;}.game_box .box_top .game_list_box #game_item_1 a{height: 404px;}.game_box .box_top .game_list_box .game_item a{width: 204px; height: 204px;}
     }
  
    .head-img{display:flex;justify-content:center;align-items:center;margin-top:4px;position:relative}
    .head-img>img{position:absolute;width:60px;height:60px;top:5px;right:4px;}
    .head-img a{width:98%}
    .head-img a img{width:100%;height:180px;object-fit:cover;border-radius:12px;}

    .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;height:50px;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;}
    .box3 li a img{width:150px; height:60px}
    @media screen and (min-width: 1000px){
        .head-img a img{height:300px;border-radius:32px;}
        .box3{width: 95%}
        .box3 li{height:150px;}
        .box3 li a img{width:350px; height:160px}
     }

