#footer {
    overflow: hidden;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.footer img {
    width: 100%;
}

.footer {
    position: relative;
    /* background: url(/src/img/footer/footer-bg.png) no-repeat;
    background-size: cover; */
    background: linear-gradient(142deg, #02B3FF -4%, #004FFF 45%);
}

.footer-content {
    padding: 3.5rem 0 2rem;
    position: relative;
    z-index: 2;
}

.footer-content .content-top {
    border-bottom: none!important;
}

.footer-content .footer-logo {
    width: 20%;
    margin-top: 20px;
}

.footer-content .footer-list {
    width: 80%;
}

.footer-content .footer-list dl {
    margin-right: -1.5rem;
}

.footer-content .footer-list dl dt {
    margin-bottom: 1.5rem;
}

.footer-content .footer-list dl dt,
.footer-content .footer-list dl dt a {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #fff;
    font-weight: 500;
    display: block;
}

.footer-content .footer-list dl dd,
.footer-content .footer-list dl dd a {
    opacity: 0.85;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 400;
    display: block;
}

.footer-content .footer-list dl.contact dt {
    margin-bottom: 1.25rem;
}

.footer-content .footer-list dl dt span{
    display: none;
}
@media (max-width:1000px) {
    .footer-content .footer-list dl dt span{
        display: block;
        width: 20%;
        /* transform: rotate(-90deg); */
    }
    .footer-content .footer-list dl dt span i {
        float: right;
    }
}

.footer-content .footer-list dl.contact dd,
.footer-content .footer-list dl.contact dd a {
    line-height: 1.5rem;
}

.footer-content .footer-list .join-dt {
    margin-top: 5rem;
}


.content-center {
    position: relative;
}

.content-center-m {
    display: none;
}

.content-center .wxCode {
    max-width: 9.6rem;
    width: 30%;
    position: absolute;
    right: 4%;
    bottom: 100%;
    margin-bottom: 1.2rem;
    border-radius: 1.3rem;
    display: none;
}

.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 img {
    width: 100%;
}

.content-center .content-contact {
    width: 70%;
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff;
}

.content-icon {}

.contact-icon span, .contact-icon a{
    width: 3.625rem;
    height: 3.375rem;
    background-color: #fff;
    opacity: 1;
    transform: skew(-25deg);
    display: block;
    font-size: 2rem;
    margin-right: 1.5rem;
    text-align: center;
    line-height: 3.375rem;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}

.contact-icon span i, .contact-icon a i {
    display: block;
    color: #004FFF;
    transform: skew(25deg) !important;
}

.contact-icon span.icon-footer_xhs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/src/img/common/xiaohongshu.png) center center no-repeat;
    background-size: 80% auto;
}


.content-contact {}

.content-bottom {
    padding-top: 3rem;
}

.content-bottom p {
    font-size: .8rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.85 !important;
    /* width: 20%; */
    padding-right: 5%;

}
.content-bottom p:nth-of-type(2) {
    width: auto;
}

.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 {
        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;
    }
    .content-center .wxCode {
        left: 50%;
        transform: translateX(-50%);
    }
    .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 #fff;
    }
    .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: 2rem;
        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 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .footer-content .footer-list dl dd {
        display: none;
    }
    .footer-content .footer-list .join-dt {
        margin-top: 0;
        margin-left: 0;
    }
    .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: 1.8rem;
    }
    .content-bottom {
        padding-top: 0;
        text-align: center;
        justify-content: 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;
    }
    .content-bottom p {
        margin-right: 0;
    }
}