#footer {
    overflow: hidden;
}

.footer img {
    width: 100%;
}

.footer {}

.footer-animate {
    height: 7.8125rem;
    animation: wave 8s linear infinite;
    background-color: transparent;
    background: url(/static/img/footer-bg.png) repeat-x;
    background-position-y: bottom;
    background-size: 25% auto;
    width: 400%;
}

@keyframes wave {
    0% {
        background-position-x: 0;
        transform: scaleX(100%)
    }
    50% {
        transform: scaleX(135%)
    }
    to {
        background-position-x: 100%;
        transform: scaleX(100%)
    }
}

.footer-content {
    background: #439345;
    margin-top: -1px;
    padding: 7.5rem 0 2.5rem;
}
.footer-content .content-top {
    border-bottom: none!important;
}
.footer-content .footer-logo {
    margin-right: 3.75rem;
    width: 7.5rem;
}

.footer-content .footer-list {
    padding-right: 10%;
    width: calc(90% - 7.5rem);
}

.footer-content .footer-list dl {
    margin-right: 10px;
}

.footer-content .footer-list dl dt {
    margin-bottom: 0.75rem;
}

.footer-content .footer-list dl dt,
.footer-content .footer-list dl dt a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    display: block;
}

.footer-content .footer-list dl dd,
.footer-content .footer-list dl dd a {
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-content .footer-list dl.contact dt {
    margin-bottom: 1.25rem;
}

.footer-content .footer-list dl.contact dd,
.footer-content .footer-list dl.contact dd a {
    line-height: 1.5rem;
}

.content-center {
    position: relative;
    margin-bottom: 3.75rem;
}

.content-center .wxCode {
    width: 155px;
    /* height: 11.25rem; */
    padding: 10px 8px;
    position: absolute;
    right: -4px;
    bottom: 40px;
    background: #fff;
    border-radius: 8px;
    display: none;
}

.content-center .wxCode::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.content-center .wxCode img {
    width: 100%;
}

.content-center .wxCode p {
    font-size: 0.875rem;
    color: 333;
    line-height: 1.125rem;
    text-align: center;
}

.content-right {}

.content-right span {
    width: 1.6875rem;
    height: 1.5625rem;
    display: block;
    font-size: 1.7rem;
    color: #fff;
    margin-left: 2.1875rem;
    opacity: 0.6;
    text-align: center;
    line-height: 1.68rem;
    transition: all 0.2s ease;
}

.content-right span:hover {
    opacity: 1;
}

.content-bottom {
    border-top: 1px solid #FFFFFF;
    padding-top: 2.5rem;
}

.content-bottom p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}

.content-bottom p b {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffff;
    font-weight: 700;
}

@media screen and (max-width:1440px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:768px) {}

@media (max-width:576px) {
    .footer-animate {
        display: none;
    }
    /* .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a {
        display: none;
    } */
    .content-right {
        margin-top: 20px;
        padding-right: 30px;
    }
    .content-center {
        margin-bottom: 20px;
    }
    /* #footer {
        overflow: auto;
    } */
    .content-center .wxCode::before {
        margin-left: -12px;
    }
    .content-center .wxCode {
        bottom: 32px;
    }
    .footer-content .footer-logo {
        margin-right: 15px;
    }
    .footer-content .footer-list {
        padding-right: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .footer-content .footer-list dl {
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a,
    .content-bottom p {
        font-size: 1rem;
        line-height: 1.8rem;
        font-weight: 400;
    }
    .footer-content .footer-list dl dt,
    .footer-content .footer-list dl dt a {
        font-size: 1.2rem;
        line-height: 1.8rem;
        font-weight: 700;
    }
}
