.footer {
    flex-direction: column;
    width: 100%;
    padding: 0.65rem 0 0.82rem 0;
}

.footerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0.32rem;
}

.footerBtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.81rem;
    height: 0.61rem;
    font-size: 0.24rem;
    color: #2590D7;
    border: 0.02rem solid #2590D7;
    border-radius: 0.05rem;
}

.footerBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.81rem;
    height: 0.61rem;
    font-size: 0.24rem;
    color: #2590D7;
    border: 0.02rem solid #2590D7;
    border-radius: 0.05rem;
}

.footerBtn .btn1 {
    background: #2590D7;
    margin-right: 0.25rem;
    color: #FFFFFF;
}

.footerBtn a:last-child {
    color: #2590D7 !important;
}

.footerNav {
    width: 100%;
    font-size: 0.22rem;
    color: #999999;
    line-height: 170%;
}

.footerNav div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}