
@media (max-width:992px){
.xxgk_sideBar.active {
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    overflow: auto;
}

.m-sidebar-mark {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: -1;
    display: none;
}

.xxgk_sideBar {
    width: 60%;
    float: none;
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #fff!important;
    transition: all .3s;
    -webkit-transition: all .3s;
}


.xxgk_mainbox{padding: 0;}

.xxgk_mainContent .inbox{padding: 24px 0;}
}