.footer {
    display: flex;
    flex-direction: column;
    margin-top: .375rem;
}

.stretch {
    flex: 1;
}

.footer_box {
    background: #f5f9fd;
    border-top: 1px solid #e7e7e7;
}

.footer_links {
    margin: .125rem 2rem;
    height: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
}

.link_line {
    border-bottom: .05rem solid #2381D0;
}

.footer_links a {
    display: inline-block;
    font-family: "Source Han Sans CN VF";
    font-weight: 400;
    font-size: .44rem;
    color: #030303;
    width: 30%;
}

.footer-img1 {
    float: left;
    margin-left: 2rem;
}

.footer-img2 {
    float: right;
    margin-right: 2rem;
}

.footer_foot1 {
    width: 50%;
    margin: .25rem auto;
    font-family: "Source Han Sans CN VF";
    font-weight: 400;
    font-size: .45rem;
    height: 1rem;
    color: #2381D0;
    line-height: 1.4rem;
}

.footer_foot1 a {
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #2381D0;
}

.footer_links a:nth-child(1) {
    width: 20%;
}

.footer_links a:nth-child(2) {
    width: 35%;
}

.footer_links a:nth-child(3) {
    width: 40%;
}

.footer_foot2 {
    width: 80%;
    margin: 0 auto;
    font-family: "Source Han Sans CN VF";
    font-weight: 400;
    font-size: .4rem;
    color: #030303;
}

.footer_foot2 span {
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    line-height: 1rem;
}

.footer_foot2 span a {
    color: #2381D0;
}