.footid {}

.footer {
    background: #002147;
}

.foot-wid {
    max-width: 1600px;
    margin: 0 auto;
}

.foot-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-m p {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.foot-m p:nth-child(1){
    margin-top: 0;
}

.foot-m p span {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 60px;
}

.foot-m p span:nth-child(1) {
    margin-left: 0;
}

.foot-r {}

.foot-r div {}

.foot-r div img {
    display: block;
    width: 80px;
    margin: 0 auto;
}

.foot-r p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.foot-b {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 10px;
    flex-wrap: wrap;
}


.foot-b p {
    display: flex;
    align-items: center;
}

.foot-b p img {
    margin: 0 5px;
}

.foot-b p span {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
}


@media screen and (max-width:1600px){
    .foot-wid{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1024px){
    .foot-t{
        display: block;
    }
    .foot-l a img{
        margin: 0 auto;
    }
    .foot-m p{
        justify-content: center;
        flex-wrap: wrap;
    }
    .foot-m p span{
        margin: 0 10px;
    }
    .foot-r{
        margin-top: 15px;
    }
}