#footer {
    width: 100%;
    height: 170px;
    background: #FFFFFF;
    border-top: 1px solid #EBEFF5;
}

.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1480px;
    min-width: 1280px;
    margin: auto;
    width: 80%;
    height: 100%;

}

.footer-box .navbar {
    display: flex;
    align-items: center;
}

.footer-box .navbar a {
    color: #747F99;
    font-size: 14px;
    margin-right: 36px;
}

.footer-box .navbar a:hover {
    color: #437FEC;
}

.footer-box .address {
    color: #A2A9B8;
    font-size: 12px;
    margin-top: 12px;
}

.footer-box .copyright {
    display: flex;
    align-items: center;
    color: #A2A9B8;
    font-size: 12px;
    margin-top: 5px;
}

.footer-box .copyright a {
    display: inline-flex;
    align-items: center;
    color: #06D7A0;
}

.footer-box .copyright a img {
    margin-left: 4px;
}

.footer-box .right {
    display: flex;
}

.footer-box .right p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 48px;
}

.footer-box .right p img {
    height: 90px;
    width: 90px;
}

.footer-box .right p span {
    color: #747F99;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}


.footer-xzy {
    margin: 150px 0 150px 0;
}

.footer-xzy .title {
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #101B29;
    text-align: center;
    letter-spacing: 3px;
}

.footer-xzy .btn-box {
    justify-content: center;
    margin-top: 60px;
}

.footer-xzy .btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 56px;
    border-radius: 6px;
    cursor: pointer;
}

.footer-xzy .btn-box a img {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.footer-xzy .btn-box .creator-login {
    background: #1A8CFF;
    color: #FFFFFF;
}

.footer-xzy .btn-box .new-user {
    color: #017FFF;
    background: rgba(1, 127, 255, 0.16);
    margin-left: 32px;
}