﻿.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #5F5F5F;
    margin-top: auto;
}

    .footer p {
        color: #ffffff;
        font-size: 14px;
        line-height: 60px;
        width: 80%;
        margin: 0 auto;
    }

    .footer p a {
        color: #ffffff !important;
        font-size: 14px !important;
        display: inline !important;
        width: auto !important;
        height: auto !important;
        border: none !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

/* 移动端footer适配 */
@media (max-width: 768px) {
    .footer {
        height: auto !important;
        padding: 10px 15px !important;
        line-height: 1.6 !important;
    }
    .footer p {
        font-size: 12px !important;
        line-height: 1.6 !important;
        width: 100% !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .footer p a {
        font-size: 12px !important;
    }
}
