footer {
    margin-top: 50px;
}

.footer_bg_box {
    background: url(../static/footer_bg.png);
    height: 298px;
    padding: 40px 0;
}


.footer_boottom_info {
    background: #535353;
    font-weight: 400;
    font-size: 14px;
    color: #BCBCBC;
    padding: 10px 0;
    text-align: center;
}

.footer_info_right_box .filings_box{
    white-space: nowrap;
    margin: 0 30px;
}
.footer_info_left_box .verify_img {
    width: 128px !important;
    height: 47px !important;
}

.footer_nav_box {
    align-items: flex-start;
}

.footer_left_nav {
    width: 75%;
    align-items: flex-start;
}

.footer_left_nav>li {}

.footer_left_nav>li>h4 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_left_nav>li>p {
    margin-bottom: 5px;
}

.footer_left_nav>li>p>a {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}

.footer_left_nav>li>p>a:hover {
    color: #C50222;
}

.footer_left_nav .separate_line {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.footer_contact_box {}

.footer_contact_box .contact_div {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.footer_contact_box .contact_div>img {
    width: 16px;
    height: 16px;
}

.footer_contact_box .contact_div>img.icon03 {
    width: 14px;
    height: 15px;
}

.footer_contact_box .contact_div>span {
    color: #787878;
    margin: 0 8px;
}

.contact_code_box {
    width: 109px;
    height: 109px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 5px;
    margin-left: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .footer_left_nav {
        display: none;
    }

    .footer_contact_box {
        text-align: center;
        width: 100%;
    }

    .footer_contact_box .contact_div {
        justify-content: center;
        font-size: 0.24rem;
    }

    .contact_code_box {
        margin: 0 auto;
    }

    .footer_bg_box {
        height: auto;
    }
    .footer_boottom_info{
        display: none;
    }
}