#footer {
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.footer img {
    width: 100%;
}

.footer {
    position: relative;
}

.footer-parallax>use {
    animation: move-forever 4s linear infinite
}

.footer-parallax>use:nth-child(1) {
    animation-delay: -2s
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }
    100% {
        transform: translate(85px, 0%)
    }
}

.footer-editorial {
    display: block;
    width: 100%;
    height: 18rem;
    max-height: 18rem;
    margin: 0
}

.footer-animate {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-content {
    padding: 11.5rem 0 2rem;
    position: relative;
    z-index: 2;
}

.footer-content .content-top {
    border-bottom: none!important;
}

.footer-content .footer-logo {
    /* margin-right: 3.75rem; */
    width: 20%;
}

.footer-content .footer-logo-m {
    display: none;
}

.footer-content .footer-list {
    width: 70%;
}

.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: #333;
    font-weight: bold;
    display: block;
}

.footer-content .footer-list dl dd,
.footer-content .footer-list dl dd a {
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: rgba(51, 51, 51, 0.75);
    margin-bottom: 0;
    display: block;
}

.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: 2rem;
}

.content-center-m {
    display: none;
}

.content-center .wxCode {
    max-width: 20rem;
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    bottom: 100%;
    border: 0.375rem solid rgba(230, 200, 109, 1);
    border-radius: 1.375rem;
    margin-bottom: 1.2rem;
    background:#fff;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    overflow: hidden;
}
.content-center .wxCode img{
    width: 50%;
    height: auto;
    display: block;
}

.content-center .wxCode.wxCode-1 {
    left: 3.57rem;
}

.content-center .wxCode.wxCode-2 {
    left: 7.14rem;
}

.content-center .wxCode.wxCode-3 {
    left: 10.71rem;
}


/* .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 .content-contact {
    width: 70%;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(182, 151, 56, 1);
}

.content-icon {}

.contact-icon span {
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    font-size: 2rem;
    color: #fff;
    margin-right: 1rem;
    text-align: center;
    line-height: 3.125rem;
    transition: all 0.2s ease;
    background: rgba(182, 151, 56, 1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.contact-icon span:first-child{
    cursor: auto;
}
.contact-icon span.icon-footer_xhs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/common/xiaohongshu.png) center center no-repeat;
    background-size: 80% auto;
}

.contact-icon span:hover {
    opacity: 1;
    background: rgba(230, 200, 109, 1);
}

.content-contact .contact-p {
    flex: 1;
}

.content-contact .contact-p p {
    color: #333;
    font-size: 1.28rem;
    line-height: 1.5rem;
    opacity: 0.74;
    text-align: center;
}

.content-contact {}

.content-bottom {
    padding-top: 3rem;
}

.content-bottom p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    color: rgba(51, 51, 51, 0.75);
    font-weight: 400;
    opacity: 0.85;
}

.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) {
    .footer-content .footer-list dl dt,
    .footer-content .footer-list dl dt a,
    .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a {
        font-size: 1.2rem;
    }
}

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

@media (max-width:640px) {
    .content-center .content-contact {
        width: 100%;
    }
    .content-contact .contact-p {
        flex: none;
        width: 100%;
    }
    .contact-icon {
        width: 100%;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 2rem;
    }
    .footer-content .footer-list {
        width: 75%;
    }
    .content-center .wxCode {
        /* left: 50%; */
        /* transform: translateX(-50%); */
    }
}

@media (max-width:1000px) {
    .footer-editorial {
        height: 20vw;
    }
    /* .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a {
        display: none;
    } */
    .footer-content {
        padding-top: 5rem;
    }
    .content-right {
        margin-top: 20px;
        padding-right: 30px;
    }
    .content-center {
        margin-bottom: 20px;
    }
    /* #footer {
        overflow: auto;
    } */
    .footer-content .footer-logo {
        margin-right: 15px;
        display: none;
    }
    .footer-content .footer-logo-m {
        display: block;
    }
    .content-center .wxCode {
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        border-width:7px;
    }
    .content-center {
        display: none;
    }
    .content-center-m {
        display: block;
    }
    .footer-content .footer-list {
        padding-right: 0;
        display: block;
        width: 69%;
        margin: 0 auto 5rem;
        padding-top: 1rem;
        border-top: 2px solid rgba(182, 151, 56, 1);
    }
    .footer-content .footer-list dl {
        width: 77%;
        margin: 0 auto 1.2rem;
        padding-top: 0.5rem;
    }
    .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a,
    .content-bottom p {
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        opacity: 0.85;
    }
    .content-bottom p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-content .footer-list dl dt,
    .footer-content .footer-list dl dt a {
        font-size: 16px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
    }
    .footer-content .footer-list dl dt {
        border-bottom: 1px solid rgba(182, 151, 56, .6);
    }
    .footer-content .footer-list dl dd {
        display: none;
    }
    .footer-content .content-top {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .footer-content .footer-logo {
        width: 40%;
        margin: 2rem auto 0;
        max-width: 200px;
        margin-bottom: 2rem;
    }
    .content-center .content-contact {
        border: 0 none;
        display: block;
        margin: 0 auto;
    }
    .contact-icon {
        margin: 0 auto;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .contact-icon span {
        width: 3.6rem;
        height: 3.6rem;
        line-height: 3.6rem;
        font-size: 2.5rem;
    }
    .content-contact .contact-p {
        margin-top: 1rem;
    }
    .content-contact .contact-p p {
        line-height: 24px;
        font-size: 16px;
        margin-top: 2rem;
    }
    .content-bottom {
        padding-top: 0;
        text-align: center;
    }
    .footer {
        position: relative;
        padding-bottom: 4rem;
    }
}


/* @media (max-width:576px) {
    .footer-editorial {
        height: 20vw;
    }
    .footer-content {
        padding-top: 5rem;
    }
    .content-right {
        margin-top: 20px;
        padding-right: 30px;
    }
    .content-center {
        margin-bottom: 20px;
    }

    .footer-content .footer-logo {
        margin-right: 15px;
        display: none;
    }
    .footer-content .footer-logo-m {
        display: block;
    }
    .content-center {
        display: none;
    }
    .content-center-m {
        display: block;
    }
    .footer-content .footer-list {
        padding-right: 0;
        display: block;
        width: 69%;
        margin: 0 auto 2rem;
        padding-top: 1rem;
        border-top: 2px solid rgba(182, 151, 56, 1);
    }
    .footer-content .footer-list dl {
        width: 77%;
        margin: 0 auto 1.2rem;
        padding-top: 0.5rem;
    }
    .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;
        opacity: 0.85;
    }
    .footer-content .footer-list dl dt,
    .footer-content .footer-list dl dt a {
        font-size: 1.2rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-align: left;
    }
    .footer-content .footer-list dl dt {
        border-bottom: 1px solid rgba(182, 151, 56, .6);
    }
    .footer-content .footer-list dl dd {
        display: none;
    }
    .footer-content .content-top {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 95%;
        margin: 0 auto;
    }
    .footer-content .footer-logo {
        width: 40%;
        margin: 2rem auto 0;
        max-width: 200px;
        margin-bottom: 2rem;
    }
    .content-center .content-contact {
        border: 0 none;
    }
    .contact-icon span {
        width: 3.6rem;
        height: 3.6rem;
        line-height: 3.6rem;
        font-size: 2.5rem;
    }
    .content-contact .contact-p p {
        line-height: 1.8rem;
    }
    .content-bottom {
        padding-top: 0;
    }
} */

@media (max-width:375px) {
    .footer-content .footer-list {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
