/* *============
    页脚
============== */

.modules-footer {
    color: #fff;
    /* font-family: 'Avenir-Roman'; */
}

.modules-footer-info {
    background-color: #1567B9;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
}

.modules-footer-info h3 {
    margin: 10px 0;
}

.modules-footer-info a {
    color: #fff;
    display: block;
}

.modules-footer-info a+a {
    margin-top: 5px;
}

.modules-footer-info a:hover {
    text-decoration-color: #fff;
    text-decoration-line: underline;
}

/* page */

.modules-footer-info-page {
    width: 35%;
    padding-left: 15%;
    min-width: 200px;
    font-size: 17px;
}

/* 地址 */

.modules-footer-info-bgc {
    width: 30%;
    padding: 0 5%;
    min-width: 200px;
    text-align: center;
    font-size: 17px;
}

/* Blog */

.modules-footer-info-blog {
    width: 35%;
    min-width: 200px;
    font-size: 17px;
}

.modules-footer-info-bgc img {
    width: 100%;
    margin: 1rem 0;
}

.modules-footer-info-base {
    padding: 1rem 0;
    border-top: 1px solid #fff;
}

.modules-footer-link {
    text-align: center;
    margin: 1rem 0 1rem;
}

.modules-footer-link img {
    width: 3%;
    min-width: 25px;
}

.modules-footer-copy {
    text-align: center;
    margin: 0 0 3.6rem;
    color: #666;
}

/* phone */

@media only screen and (max-width: 765px) {
    .modules-footer-info-bgc {
        width: 60%;
        font-size: 12px;
    }
    .modules-footer-info-base p {
        transform: scale(0.8);
    }
}


@media only screen and (max-width: 768px) {
    .modules-footer-info {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    /* page */
    .modules-footer-info-page {
        width: 100%;
        padding: 0 10%;
        min-width: 200px;
        font-size: 14px;
        text-align: center;
    }
    /* 地址 */
    .modules-footer-info-bgc {
        width: 100%;
        padding: 10px 15%;
        min-width: 200px;
        max-width: 600px;
        text-align: center;
        font-size: 14px;
    }
    /* Blog */
    .modules-footer-info-blog {
        width: 100%;
        padding: 0 10%;
        min-width: 200px;
        font-size: 14px;
        text-align: center;
    }
}
/* iPads  */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    /* page */
    .modules-footer-info-page {
        width: 30%;
        padding-left: 0%;
        min-width: 200px;
        font-size: 14px;
    }
    /* 地址 */
    .modules-footer-info-bgc {
        width: 35%;
        padding: 0 2%;
        min-width: 200px;
        text-align: center;
        font-size: 14px;
    }
    /* Blog */
    .modules-footer-info-blog {
        width: 35%;
        min-width: 200px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    /* page */
    .modules-footer-info-page {
        width: 35%;
        padding-left: 13%;
        min-width: 200px;
        font-size: 14px;
    }
    /* 地址 */
    .modules-footer-info-bgc {
        width: 30%;
        padding: 0 5%;
        min-width: 200px;
        text-align: center;
        font-size: 14px;
    }
    /* Blog */
    .modules-footer-info-blog {
        width: 35%;
        min-width: 200px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}