
/* foot */
.footer {
    padding-top: 80px;
    text-align: center;
    min-width: 1200px;
    background-color: white;
}

.footer-nav {
    justify-content: center;
    padding-bottom: 30px;
}

.footer-nav li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-other {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid #3b58ad;
    line-height: 26px;
    color: #666;
}
.footer-other p {
    text-align: center;
}

.footer-link {
    margin-right: 6px;
}

