
.all-nav {
    -moz-user-select: none;
    -khtml-user-select: none;
}

.footer {
    background: url('/img/bg_footer.png') no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    justify-content: center;
}

.footer-info {
    width: 100%;
    max-width: 1200px;
}

.footer-info-left {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-info-item {
    float: right;
    font-size: 14px;
    color: #FFFEFE;
    text-align: left;
    margin-left: 48px;
    display: flex;
    flex-direction: column;
}

.footer-info-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-info-right {
    display: flex;
    flex-direction: row;
    float: right;
}

.wx-code {
    display: flex;
    flex-direction: column;
    margin: 16px;
}

.bottom-copyright {
    font-size: 12px;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 32px;
}
