@media (max-width: 1200px) {
    .nowap {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 992px) {
    .nowap {
        display: none !important;
    }
    .top {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 768px) {
    .nowap {
        display: none !important;
    }
    .top {
        display: none !important;
    }

    .nopc {
        display: block;
    }
}

@media (max-width: 576px) {
    .nowap {
        display: none !important;
    }
    .top {
        display: none !important;
    }

    .nopc {
        display: block;
    }
    .nav_bg{
        background-color: var(--basecolor);
        height: 46px;
    }
    .zj_item{
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .zj_item img{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .img_list a img{
        height: 230px;
    }
    .foot_contact{
        flex-flow: column;
        width: 100%;
        align-items: center;
    }
    
}