@media (max-width: 1200px) {
    .nowap {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 992px) {
    .nowap {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 768px) {
    .nowap {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 576px) {
    .nowap {
        display: none !important;
    }
    html,
    body {
       
       height: auto !important;
    }
    .nopc {
        display: block;
    }
    .main{
        display: flex;
        justify-content: space-between;
        padding: 0.15rem;
        height: 100%;
        gap: 0.15rem;
        flex-flow: column;
    }
    .index_left{
        width: 100%;
        height: auto !important;
    }
    .index_center{
        width: 100%;
        height: auto !important;
    }
    .index_right{
        width: 100%;
        height: auto !important;
    }
}