@media (max-width: 768px) {
    header.topBar {
        height: 60px;
        line-height: 60px;
    }
    header.topBar .topBar_main {
        height: 60px!important;
    }
    header.topBar .topBar_logo {
        top: -30px;
        height: auto;
        left: 10px;
    }
    .top-menu-box {
        display: none;
    }
    .top-user-center {
        display: none;
    }
    .topBar_nav header {
        height: 60px;
    }
    .topBar_nav header .top-menu-logo {
        width: 145px;
        height: 30px;
    }
    .topBar_nav header .top-menu-close {
        width: 28px;
        height: 28px;
        margin-top: 5px;
    }
    .topBar_nav .top-menu-mb li a {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
}