footer {
        padding: 80px 0 60px;
    margin-top: 6%;
    background: #0E2837;
    color: #fff;
}

footer .logo {
    width: 355px;
    margin: 0 auto;
}

footer .logo img {
    display: block;
    width: 100%;
}

footer .icon {
    text-align: center;
    margin-top: 15px;
}

footer .icon img {
    width: 48px;
    height: 48px;
    margin: 0 5px;
}

.foot-content {
    width: 1080px;
    margin: 40px auto;
}

.foot-content-title {
    display: flex;
    align-items: center;
}

.foot-content-title img {
    width: 40px;
    margin-right: 3px;
}

.foot-content-title p {
    font-size: 26px;
}

.foot-content-phone {
    font-size: 22px;
    padding-left: 43px;
    margin-top: 15px;
    box-sizing: border-box;
}

.foot-content-phone span:nth-of-type(2){
    margin-left: 15px;

}

.foot-content-local {
    font-size: 18px;
    padding-left: 43px;
    margin-top: 15px;
    box-sizing: border-box;
}

.foot-content-local p {
    margin-top: 10px;
}

.foot-bottom {
    text-align: center;
    font-size: 20px;
    margin-top: 120px;
}

.foot-bottom p {
    margin-top: 10px;
}

@media screen and (max-width:1440px) {
    .foot-content {
        width: 980px;
    }
}
@media screen and (max-width:1024px) {
    .foot-content {
        width: 760px;
    }
    .foot-content-title p{
        font-size: 22px;
    }
    .foot-content-phone {
        font-size: 20px;
    }
    .foot-bottom {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    footer{
        margin: 0;
    }
    footer .icon{
        margin-top: 18px;
    }
    .foot-content{
        width: 92%;
    }
    .foot-content-phone{
        display: flex;
        flex-wrap: wrap;
    }
    .foot-content-phone span:nth-of-type(2){
        margin-left: 0;
        margin-top: 6px;
    }
    .foot-bottom{
        margin-top: 12%;
    }
    .foot-bottom p:nth-of-type(1){
        color: #00ACFF;
    }
}

@media screen and (max-width:425px){
    footer{
        padding: 10% 0;
    }
    footer .logo{
        width: 275px
    }
    footer .icon img{
        width: 40px;
        height: 40px;
    }
    .foot-content-title img{
        width: 32px;
    }
    .foot-content-title p{
        font-size: 20px;
    }
    .foot-content-title p{
        font-size: 0.95rem;
    }
    .foot-content-phone,.foot-content-local{
        padding-left: 35px;
        margin-top: 2%;
        font-size: 0.84rem;
    }
    .foot-content-local p{
        margin-top: 8px;
        line-height: 1.5em;
    }
    .foot-bottom{
        font-size: 0.8rem;
    }
}