.page-menu li {
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    TEXT-DECORATION: none;
    color: inherit;
}

.m-login {
    height: 900px;
    background: url(/static/mall/images/login_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.footer__right1 img {
    width: 78px;
    height: 78px;
}
.footer__right1 p {
    display: inline-block;
    margin: 10px 10px;
    width: 96px;
    text-align: center;
    font-size: 16px;
    color: #b9c1c5;
}
@media(max-width: 992px) {
    .header, .header__top, .h5, .navbar, .container-fluid, .f-center,
    .footer, .g-container, body {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .m-login {
        height: 666px;
    }
    .m-login .content {
        width: 70vw !important;
        border-radius: 20px;
    }
    .m-login .login-right {
        width: 100%;
    }
    /*.collapse .header__nav {*/
    /*    top: -2px !important;*/
    /*    height: 300px;*/
    /*}*/
}
@media(max-width: 576px) {
    .site-logo {
        width: 90px;
        height: 34px;
    }
    .m-login .content {
        width: 90vw !important;
    }
    .m-login .login-right {
        padding: 80px 60px;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -72px !important;
    }
}
