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

.footer img {
    width: 100%;
}

.footer {
    /* margin-top: -7.25rem; */
    width: 100%;
    /* height: 31.25rem; */
    position: relative;
    position: relative;
    padding-top: 1.64rem;
}

.footer::before {
    content: '';
    height: 1.05rem;
    width: 100%;
    position: absolute;
    display: block;
    top: 0.6rem;
    left: 0;
    background: url(/src/img/footer/footer-bg.svg) center center repeat-x;
    background-size: 100% auto;
}

.footer-content {
    background: #27488A;
    height: 100%;
    padding: 0.62rem 0 0.47rem;
}

.footer-content .content-l {
    width: 22%;
}

.footer-content .footer-logo {
    width: 3.05rem;
    height: 0.62rem;
}

.footer-content .content-l>.contact {
    padding: 0.58rem 0 0.36rem;
}

.footer-content .contact p {
    font-family: "Muli-Light";
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: normal;
    line-height: 0.2rem;
    line-height: max(0.2rem, 16px);
    color: #FFFFFF;
    text-align: left;
}

.footer-content .content-r {
    width: 74%;
}

.footer-content .footer-list {}

.footer-content .footer-list .list-item {
    width: 33%;
}

.footer-content .footer-list .list-item:first-child {
    width: 26%;
}

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

.footer-content .footer-list dl dt {
    /* width: 350px; */
    width: 100%;
    height: 0.36rem;
    background: url(/src/img/footer/dt-bg.png) no-repeat right bottom;
    background-size: contain;
}

.footer-content .footer-list dl dt a {
    font-family: "Muli-Light";
    font-size: 0.2rem;
    font-size: max(0.2rem, 12px);
    font-weight: bold;
    line-height: 0.2rem;
    line-height: max(0.2rem, 18px);
    color: #FFFFFF;
    display: block;
}

.footer-content .footer-list dl dd,
.footer-content .footer-list dl dd a {
    font-family: "Muli-Light";
    font-size: 0.16rem;
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: normal;
    line-height: 0.16rem;
    line-height: max(0.16rem, 14px);
    color: rgba(255, 255, 255, 0.7);
    padding-top: 0.16rem;
}

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

.footer-content .footer-list dl dt span {
    display: none;
}

.footer-content .footer-list dl.contact dd,
.footer-content .footer-list dl.contact dd a {
    line-height: 0.24rem;
    line-height: max(0.24rem, 18px);
}

.content-center {
    position: relative;
}

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

.content-center .wxCode {
    max-width: 1.54rem;
    width: 30%;
    position: absolute;
    right: 4%;
    bottom: 100%;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    display: none;
}

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

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

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

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

.content-center .content-contact {
    width: 70%;
    padding-bottom: 0.16rem;
    padding-bottom: max(0.16rem, 13px);
    border-bottom: 2px solid #fff;
}

.content-icon {}

.contact-icon span,
.contact-icon a {
    width: 0.36rem;
    height: 0.36rem;
    opacity: 1;
    display: block;
    font-size: 0.32rem;
    margin-right: 0.12rem;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}

.contact-icon span i,
.contact-icon a i {
    display: block;
}

.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 {
    /* position: absolute;
    left: 0;
    bottom: 0; */
    width: 100%;
    /* height: 0.8rem; */
    background: #2e5499;
    text-align: center;
    padding: 0.2rem;
}

.content-bottom p {
    font-family: Arial;
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: normal;
    /* line-height: 5rem; */
    text-align: center;
    color: #FFFFFF;
    margin-top: 0.16rem;
}

.content-bottom p a {
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    color: #FFFFFF;
}

.content-bottom p img {
    display: inline;
    width: auto;
    margin-left: 0.1rem;
    margin-top: -4px;
}

@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;
    }
}

@media (max-width:1000px) {
    .footer {
        background: #27488A
    }
    .footer-editorial {
        height: 20vw;
    }
    .content-right {
        margin-top: 20px;
        padding-right: 30px;
    }
    .content-center .wxCode {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-content .footer-list {
        /* padding-top: 1rem; */
        border-top: 2px solid #fff;
    }
    .footer-content .footer-list dl {
        /* width: 77%; */
        width: 90%;
        margin: 0 auto 0rem;
        padding-top: 0.5rem;
    }
    .footer-content .footer-list dl dd,
    .footer-content .footer-list dl dd a {
        /* font-size: 1rem; */
        /* line-height: 2rem; */
        font-weight: 400;
        opacity: 0.85;
    }
    .footer-content .footer-list dl dt {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-content .footer-list dl dd {
        display: none;
    }
    .footer-content .footer-logo {}
    .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; */
    }
    .footer {
        position: relative;
        padding-top: 1rem;
    }
    .footer-content {
        padding: 0.6rem 0 0.6rem;
    }
    .footer-content .content-l {
        /* width: 76%; */
        width: 90%;
        margin: 0 auto;
    }
    .footer-content .content-r {
        width: 100%;
        margin-top: 0.5rem;
    }
    .footer-content .footer-list .list-item {
        width: 100% !important;
    }
}

@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;
    }
    .content-center .wxCode {
        left: 50%;
        transform: translateX(-50%);
    }
}

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