footer {
    padding: .3542rem 0 0 0;
}


.footer-logo {
    margin-bottom: .2083rem;
}

.footer-logo img {
    height: .3542rem;
    max-width: 100%;
}

.footer-left .tel {
    font-weight: bold;
    font-size: .1563rem;
    color: #008CD6;
    line-height: .3385rem;
}

.footer-left .tel i {
    margin-right: .0521rem;
}

.footer-left .tel i img {
    height: .1667rem;

}

.address {
    font-weight: 500;
    font-size: .0833rem;
    color: #000000;
    line-height: .1875rem;
}

.address .t1 {
    width: .4427rem;
}

.address .t2 {
    width: calc(100% - .4427rem)
}

.footer-nav li {
    margin-left: 4vw;
}

.footer-nav p {
    font-weight: bold;
    font-size: .1042rem;
    color: #4E4D4E;
    line-height: .3385rem;
}

.footer-nav a {
    font-weight: 500;
    font-size: .0938rem;
    color: #777777;
    line-height: .25rem;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.copy {
    background: linear-gradient(-90deg, #9ED8F6, #008CD6);
    line-height: .3385rem;
    margin-top: .2083rem;

}


@media(max-width:480px) {
    .footer-nav {
        display: none;
    }

    footer {
        padding-top: 20px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        height: 40px;
    }

    .footer-left .tel {
        font-size: 18px;
        line-height: 36px;

    }

    .footer-left .tel i img {
        height: 20px;
    }

    .address {
        font-size: 16px;
        line-height: 36px;
        flex-wrap: wrap;
    }

    .address .t2,
    .address .t1 {
        width: 100%;
    }

    .address .t1 {
        font-weight: bold;
        font-size: 16px;
    }

    .address .t2 {

        font-size: 14px;

    }

    .copy {
        height: auto;
        line-height: 30px;
    }


}