.footer {
    width: 100%;
    height: 410px;
    background-color: #0c1a28;
    color: #fff;
    position: relative;
    z-index: 10;
}

.footer .footer_t {
    height: 356px;
    padding-top: 54px;
    display: flex;
    flex-direction: column;
}

.footer_t .footer_t_t {
    font-size: 18px;
}

.footer_t_t .pageTo {
    cursor: pointer;
}

.footer_t .footer_t_t span:nth-child(2n) {
    margin: 0 10px;
}

.footer_t .footer_t_b {
    flex: 1;
    display: flex;
}

.footer_t_b .footer_t_b_l {
    flex: 2;
    display: flex;
    align-items: center;
}

.footer_t_b_l .footer_logo {
    width: 120px;
    margin-right: 40px;
}

.footer_logo img {
    width: 100%;
    height: 100%;
}

.footer_t_b_l h2 {
    font-size: 28px;
}

.footer_t_b .footer_t_b_c {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_t_b_c .footer_t_b_c_item1 {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.footer_t_b_c_item1 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer_t_b_c .footer_t_b_c_item2 {
    font-size: 28px;
    margin: 20px 0;
}

.footer_t_b_c .footer_t_b_c_item3 {
    font-size: 14px;
}

.footer_t_b .footer_t_b_r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_t_b_r .footer_t_b_r_qrcode {
    width: 164px;
    height: 164px;
    margin-bottom: 20px;
}

.footer_t_b_r_qrcode img {
    width: 100%;
    height: 100%;
}

.footer .footer_b {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #36424d;
    font-size: 14px;
}

.footer .footer_b a {
    color: white;
}
