@media screen and (max-width:1462px) {
    .container{
        width: 96%;
    }
    #app.hidenav .header-box{
        padding-left: 60px;
    }
}
@media screen and (max-width:1200px) {
    .hotgame-lsit li{
        width: calc(20% - 12px);
    }
}
@media screen and (max-width:1024px) {
    .hotgame-lsit li{
        width: calc(25% - 12px);
    }
}
@media screen and (max-width:880px) {
    .hotgame-lsit li{
        width: calc(33.333% - 12px);
    }
    .mobile-fixed{
        display: none;
    }
    .main-header .header-box .page-title img{
        height: 50px;
    }
    #app.mobile-nav .left-navs .mobile-menu-colse{
        display: none;
    }
    .inner-page{
        flex-direction: column;
    }
    .inner-page .innerpagel,
    .inner-page .innerpager{
        width: 100% !important;
    }
    .inner-box .inner-boxl img{
        height: 160px;
    }
    .inner-box .inner-boxr a{
        font-size: 13px;
        padding: 10px 12px;
        text-align: center;
    }
    .inner-page .innerpagel .innerpage-block{
        padding: 10px 5px
    }
    .inner-page .innerpagel .innerpage-block h2{
        padding: 5px 0;
    }
    .inner-page .innerpagel .innerpage-block h2 a{
        font-size: 14px;
    }
    .inner-page .innerpagel .innerpage-block .innerNavs li{
        font-size: 12px;
    }
    .inner-page .innerpager h1{
        font-size: 18px;
        line-height: 26px;
    }
    .inner-page .innerpager h2{
        font-size: 14px;
        line-height: 24px;
    }
    .inner-box{
        flex-direction: column;
    }
    .inner-box .inner-boxl{
        margin-bottom: 14px;
    }
}
@media screen and (max-width:520px) {
    .container{
        width: 94%;
    }
    #app .left-navs{
        display: none;
    }
    #app .main-container{
        width: 100%;
    }
    #app.hidenav .header-box{
        padding-left: 0px;
    }
    #app.mobile-nav .left-navs{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        padding-right: calc(100% - 238px);
    }
    #app.mobile-nav .left-navs .menu{
        display: none;
    }
    #app.mobile-nav .left-navs .mobile-menu-colse{
        display: inline-flex;
    }
    #app.hidenav .main-header .menu{
        display: none;
    }
    .hotgame-lsit{
        gap: 11px;
    }
    .hotgame-lsit li{
        width: calc(33.333% - 8px);
    }
    .main-header{
        height: 52px;
    }
    .main-header .header-box .main-header-r .btn-head{
        width: 80px;
        height: 32px;
        font-size: 14px;
    }
    .main-header .header-box .page-title img{
        height: 42px;
    }
    .main-content,
    .main-info,.hotgames{
        margin-top: 15px;
    }
    .main-info h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .main-info p{
        font-size: 14px;
        line-height: 20px;
    }
    .hotgames .hotgames-title h2 .icon{
        height: 26px;
        margin-right: 2px;
    }
    .hotgames .hotgames-title h2,
    .main-index-content .main-index-ctitle h2{
        font-size: 14px;
    }
    .hotgames .hotgames-title{
        height: 40px;
    }
    .hotgames .hotgames-title .more, 
    .main-index-content .main-index-ctitle .more{
        padding: 6px 12px;
        font-size: 12px;
    }
    .main-index-content .main-index-ctitle{
        height: 40px;
        margin-bottom: 10px;
    }
    .main-index-content .main-index-ctitle h2 span{
        font-size: 12px;
    }
    .main-container .footer-content{
        padding: 25px 0 170px 0;
    }
    .mobile-fixed{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        right: 0;
    }
    .mobile-fixed .down-top{
        width: 85%;
        background:var(--default-btnbg) ;
        margin: 0 auto 6px auto;
        border: 2px solid var(--border-color);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px ;
        position: relative;
    }
    .mobile-fixed .down-top a{
        margin-left: 12px;
    }
    .mobile-fixed .down-top a img{
        height: 28px;
    }
    .mobile-fixed .down-top .clickBtn{
        background-color: var(--link-color);
        display: inline-flex;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -10px;
    }
    .mobile-fixed .fixed-nav{
        display: flex;
        background:var(--default-btnbg) ;
        border-radius: 12px 12px 0 0;
        border-top: 2px solid var(--btn-bg);
        align-items: center;
        height: 80px;
        justify-content: space-around;
        padding: 0 10px;
    }
    .mobile-fixed .fixed-nav .nav-item{
        flex: 1;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-fixed .fixed-nav .nav-item .icon{
        display: inline-flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
    }
    .mobile-fixed .fixed-nav #fixed-menu img{
        filter: brightness(0) invert(1);
        width: 36px;
        height: 36px;
    }
    .mobile-fixed .fixed-nav .title{
        font-size:12px ;
        color: var(--h2-titlecolor);
        margin-top: 8px;
    }
    
   
}