/**/
body {
    /*font-family: 	SimHei;*/
    width: 100%;
    background-color: #fbf9f8 !important;
}

.container {
    width: 71.74% !important;
}

.lingshan_nav {
    display: none;
}

.lingshan_cen {
    display: none;
}

@media screen and (min-width: 700px) {
    .x_defaul_tnavbar-toggler {
        display: none;
    }

    .lingshan_cen {
        display: none !important;
    }

    .lingshan_nav {
        display: none !important;
    }
}

@media screen and (max-width: 700px) {
    .cen-mycenter-signout {
        display: none !important;
    }

    .cen-mycenter-signout a {
        display: none !important;
    }

    .lingshan_cen {
        z-index: 1111;
        width: 100%;
        top: 75px;
        position: absolute;
    }

    .lingshan_nav {
        z-index: 1111;
        width: 100%;
        top: 75px;
        position: absolute;
    }
}
