.gminfo.m_gminfo {
    display: none;
}

@media screen and (max-width: 1100px) {



    .main {
        padding-top: 60px;
        max-width: 100%;
        width: 100%;
    }

    html {
        min-width: 100%;
        width: 100%;
    }



    .gmbq {
        overflow-x: auto;

        li {
            min-width: 100px;
        }
    }

    .gmms {

        &.cur {
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .gmli {
            flex: 0 0 48%;
            margin: 0;
            box-sizing: border-box;
            margin-bottom: 15px;
        }
    }

    .hotgm_li {
        width: 100% !important;
        box-sizing: border-box;

        span {
            display: none;
        }
    }

    .gmli {
        width: 100% !important;
        box-sizing: border-box;

    }

    .newgm_li {
        width: 100% !important;
        box-sizing: border-box;

    }

    .gmhjli {
        width: 100% !important;
        box-sizing: border-box;

    }

    .gmbq_tit {
        padding: 0 15px;
    }

    .gmm {
        a {
            width: 100% !important;
            box-sizing: border-box;
        }
    }

    .gmbq_tit {
        width: 100% !important;
        box-sizing: border-box;
    }


    .gminfo_main_left {
        width: 100%;
    }


    .gminfo.pc_gminfo {display: none;}
    .gminfo.m_gminfo {
        display: block;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;

        &>div {
            text-align: center;
            box-sizing: border-box;
            flex: 0 0 100%;

            &.gminfo_right {
                margin-left: 0;
            }

            p {
                text-align: center;
            }

            span {
                float: unset
            }
        }
    }

    .gminfo_main_right {
        width: 100%;

        .gmtit {
            padding: 0 15px
        }

        .gminfo_main_right_sv {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;

            a {
                width: 49%;
                box-sizing: border-box;
            }
        }
    }

    .bd_tit {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hj_tit {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .bd_men {
        padding: 0 15px;
        box-sizing: border-box;

        a li {
            margin-bottom: 7px;
        }
    }

    .hj {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        a {
            width: 49% !important;
            flex: 0 0 49%;
            box-sizing: border-box;
        }
    }

    .subjectlist_left {
        width: 100% !important;
    }

    .subjectlist_left_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        a {
            flex: 0 0 49%;
            margin-right: 0 !important;
            box-sizing: border-box;
        }
    }

    .subjectlist_right {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100% !important;
    }

    .gmsoinput {
        width: 90% !important;
    }

    .search_tit {
        width: 90% !important;

        a {
            margin-bottom: 10px;
        }
    }

    .search_game {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        .search_gameli {
            box-sizing: border-box;
            flex:0 0 100%
        }
    }
}



@media screen and (max-width: 1100px) {
    .r_meu {
        display: none;
    }
    .gminfo_main_right_sv a .right{display: block;}
}
@media screen and (max-width: 826px) {
    .gminfo_main_right_sv a .right{display: none;}
}
@media screen and (max-width: 768px) {
    .gminfo_main_right_sv a .right{display: block;}
}
@media screen and (max-width: 374px) {
    .gminfo_main_right_sv a .right{display: none;}
}


@media screen and (max-width: 768px) {
    .gminfo_main_right {


        .gminfo_main_right_sv {
            a {
                width: 100%;
            }
        }
    }
    .subjectlist_left {
        box-sizing: border-box;
    }

    .subjectlist_left_top {
        &>div {
            &.subjectlist_left_top_cen {
                margin-top: 15px;
            }

            width: 100%;
            height: auto !important;
        }

        p {
            height: auto !important;
        }
    }

    .gmms {
        &.cur {
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .gmli {
            flex: 0 0 100%;
            margin: 0;
            box-sizing: border-box;
            margin-bottom: 15px;
        }
    }



    .filter-box {
        padding: 0 15px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 12px;
    }

    /* ===== 当前显示（核心） ===== */
    .filter-current {
        height: 40px;
        line-height: 40px;
        padding: 0 35px 0 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #fff;
        position: relative;
        font-size: 14px;
        color: #333;
    }

    /* 箭头 */
    .filter-current::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        transform: translateY(-50%) rotate(45deg);
        transition: .2s;
    }

    .filter-box.open .filter-current::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    /* ===== 下拉面板 ===== */
    .gmbq {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 10px;
        z-index: 99;
    }

    .filter-box.open .gmbq {
        display: block;
    }

    /* ===== 一行3个 ===== */


    .gmbq {
        box-sizing: border-box;
    }

    .gmbq a {
        float: left;
        width: calc(33.333% - 10px);
        margin: 5px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 20px;
        background: #f5f5f5;
        font-size: 13px;
    }

    /* 当前高亮 */
    .gmbq a.cur {
        background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1));
        color: #000;
    }

    .subject_main a {
        width: 100%;
        margin-right: 0 !important;
    }

    .gminfo_right_ewm {
        display: none;
    }


}

@media screen and (max-width: 554px) {
    .subjectlist_left_main {
        a {
            flex: 0 0 100%;
        }
    }
}

@media screen and (max-width: 426px) {
    .hj {
        a {
            width: 100% !important;
            flex: 0 0 100%;
        }
    }

    .gminfo_main_right {
        .gminfo_main_right_sv {
            a {
                width: 100%;

                .cen {
                    max-width: 190px;
                }
            }
        }
    }
}
@media screen and (max-width: 296px) {
    .gminfo_main_right {
        .gminfo_main_right_sv {
            a {
                width: 100%;

                .cen {
                    max-width: 124px;
                }
            }
        }
    }
}