.footer {
    width: 100%;
    float: left;
    position: absolute;
    background: #072967;
    bottom: 0;
    z-index: 4
}

.footer .foot_logo {
    z-index: 2;
    width: 282px;
    height: 84px;
    padding: 20px;
    position: absolute;
    top: -30px;
    background: #fff
}

.footer .foot_logo:before {
    z-index: -2;
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    background: #ff6c00
}

.footer .foot_logo:after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.footer .foot_logo img {
    object-fit: contain
}

.footer .foot_nav {
    float: right;
    width: calc(100% - 302px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.footer .foot_nav ul {
    float: right
}

.footer .foot_nav ul li {
    float: left
}

.footer .foot_nav ul li a {
    color: rgba(255, 255, 255, 0.5);
    padding: 19px 15px 18px;
    font-size: 14px;
    display: block
}

.footer .foot_nav ul li:last-child a {
    padding-right: 0
}

.footer .copyright {
    padding: 20px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    float: left
}

.footer .foot_social {
    float: right
}

.footer .foot_social li {
    float: left
}

.footer .foot_social li a {
    color: #fff;
    padding: 18px 8px;
    display: block
}

.footer .foot_social li:last-child a {
    padding-right: 0
}

.footer .foot_group {
    display: flex;
    margin-top: 48px;
    justify-content: center
}

.footer .foot_group a {
    margin-right: 56px
}

.footer .foot_group a:last-child {
    margin-right: 0
}

.footer .foot_group a img {
    width: auto;
    height: auto
}