.footer-container {
    position: relative;
    top: 64px;
}
.footer-box {
    display: flex;
    width: 70%;
    margin: 70px auto 100px;
}
@media screen and (max-width:480px){
    .footer-box {
        margin: 70px auto;
    }
}
.footer-box>.col {
    width: 23%;
    display: flex;
    flex-direction: column;
}
.footer-box>.col4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-box>.col4>img {
    width: 128px;
}
.footer-box>.col>strong {
    font-size: 18px;
    margin-bottom: 5px;
}
.footer-box>.col a {
    margin-top: 25px;
    color: #999999;
}
.footer-box a:hover{
    color: #333333;
}

.footer-box>.col4>p {
    margin-top: 20px;
    max-width: 508px;
}
.footer-box>.col4>p a {
    display: inline-block;;
    margin: 20px 20px 20px 0;
}
.footer-box>.col4>p a>img {
    width: 30px;
}
.footer-servered {
    display: none;
}
@media screen and (max-width: 1024px) {
    .footer-box {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    .footer-box>.col>strong {
        font-size: 15px;
    }
    .footer-box {
        width: 100%;
        padding: 0 10px;
    }
    .footer-box>.col {
        width: 33.3%;
    }
    .footer-box>.col4 {
        display: none;
    }
    .footer-servered {
        display: block;
        position: relative;
        bottom: 30px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}