footer {
    width: 100%;
    background-color: #22aa88;
}

footer .footer-contents {
    width: 90%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

footer .links p,
footer .footer-contents li a p {
    line-height: 40px;
    font-size: 16px !important;
    width: 100%;
    display: block;
}

footer img {
    width: 100%;
}

.links_img {
    width: 100px;
    margin: auto 50px;
    text-align: center;
}

footer .links a {
    color: #fff;
    line-height: 1.75;
}

footer .links p {
    color: #fff;
    line-height: 2;
}

footer .links .skyblue {
    color: #FFFFFFF;
    border-bottom: solid;
    margin-bottom: 10px;
}

footer .links {
    display: flex;
    padding-bottom: 20px;
    margin: 0 auto;
}

footer .links ul {
    margin-right: 50px;
}

footer .footer-bottom {
    background-color: #F3F3F3;
}

footer .footer-bottom .container {
    width: 1232px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

footer .footer-bottom .container a,
footer .footer-bottom .container .copyright {
    font-size: 16px !important;
    line-height: 46px !important;
    display: inline-block;
    color: #000;
    margin-right: 10px;
}

footer .footer-bottom .container .copyright {
    margin-left: auto;
}

.page-top {
    position: fixed;
    right: 8%;
    bottom: 10px;
    padding: 45px;
}

.page-top img {
    width: 80%;
}

@media screen and (max-width: 1860px) {
    footer .links a {
        color: #fff;
        font-size: 14px;
        line-height: 1.75;
    }

    footer .links p {
        color: #fff;
        font-size: 16px;
        line-height: 2;
    }

    .page-top {
        right: 50px;
    }
}

@media screen and (max-width: 1230px) {
    .page-top {
        right: -40px;
    }

    footer .footer-bottom .container {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    footer .links {
        padding-bottom: 20px;
    }

    footer .links a {
        font-size: 14px;
    }

    footer .links p {
        font-size: 14px;
    }

    footer .links {
        display: block;
    }

    .links_img {
        text-align: center;
        margin: auto auto 30px auto;
    }

    footer .links ul {
        margin-right: 0;
    }

    .page-top {
        right: -45px;
    }

    .page-top img {
        width: 65%;
    }


    footer .footer-bottom .container {
        display: block;
        padding: 20px 0;
        text-align: center;
    }

    footer .footer-bottom .container a,
    footer .footer-bottom .container .copyright {
        display: block;
        line-height: 30px !important;
    }

    footer .footer-bottom .container .copyright {}
}

@media screen and (max-width: 600px) {
    .footer-bottom .container {
        display: block;
    }

    .footer-bottom .container .copyright {
        line-height: 40px;
    }

    .page-top img {
        width: 50%;
    }

    .page-top {
        right: -55px;
    }
}

@media screen and (max-width: 400px) {
    footer .links a {
        font-size: 12px;
    }

    footer .links p {
        font-size: 12px;
    }
}