footer {
    background: #161b27;
    padding-top: 0.9rem;
}

.footer_box {
    background: #041638;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_title_h3 {
    color: #fff;
    font-size: 18px;
}

.footer_logo_hezuo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_logo_hezuo li {
    margin: 10px;
}

.footer_logo_hezuo li img {
    max-width: 120px;
    height: auto;
}

.footer_erwema {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.font_con1 p,
.footer_content1 p {
    color: #c5d2eb;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.font_con1,
.footer_content1 {
    width: 100%;
    max-width: 200px;
    margin: 0 10px 30px;
    text-align: center;
}

.footer_content2 {
    width: 100%;
    max-width: 400px;
    margin: 0 10px 30px;
}

.footer_content2 ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

span,
u {
    font-weight: 400;
    font-style: normal;
}

.footer_content_icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.footer_content2 ul li a {
    color: #fff;
}


.footer_content_website_icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer_content_icon .websitefont {
    font-size: 16px;
    color: #999ba0;
}

.footer_wechat_box {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    display: none;
    z-index: 9;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.footer_wechat_box p {
    font-size: 14px;
    text-align: center;
}

.footer_content4,
.footer_content3 {
    width: 100%;
    max-width: 200px;
    margin: 0 10px 30px;
    /* text-align: center; */
}

.footer_title_h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.footer_content4 ul li,
.footer_content3 ul li {
    margin-bottom: 8px;
}

.footer_content4 ul li a,
.footer_content3 ul li a {
    font-size: 16px;
    color: #FAFAFA;
    line-height: 28px;
}

.footer_content6 {
    width: 100%;
    max-width: 400px;
    margin: 0 10px 30px;
    text-align: center;
}

.footer_content6 p,
.footer_content6 p a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.copyright p {
    color: #AAB1B8;
    font-size: 14px;
    margin-bottom: 15px;
}

.copyright p a {
    text-decoration: underline;
    color: #AAB1B8;
    font-size: 14px;
    margin: 0 5px;
}

.copyright-logo {
    display: none;
}

/* 鼠标悬停显示微信二维码 */
.wechat:hover+.footer_wechat_box {
    display: block;
}

/* 响应式调整 */
@media (min-width: 576px) {
    .footer_logo_hezuo {
        justify-content: space-around;
    }

    .footer_logo_hezuo li {
        margin: 5px;
    }

    .footer_erwema {
        justify-content: space-around;
    }
}

@media (min-width: 768px) {
    .footer_logo_hezuo {
        justify-content: flex-start;
    }

    .footer_logo_hezuo li {
        margin-right: 2%;
    }

    .footer_erwema {
        justify-content: space-between;
    }

    .footer_content1 {
        width: 10%;
        margin-right: 20px;
    }

    .footer_content2 {
        width: 40%;
        margin-right: 20px;
    }

    .footer_content2 ul li {
        text-align: left;
    }

    .footer_content4,
    .footer_content3 {
        width: 10%;
        margin-right: 20px;
    }

    .footer_content6 {
        width: 24%;
    }

    .footer_title_h4,
    .footer_content6 p {
        text-align: left;
    }

    .footer_content1 p {
        text-align: center;
    }

    .copyright {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .copyright p {
        margin-bottom: 0;
    }

    .footer_wechat_box {
        left: 0;
        transform: none;
    }
}

@media (max-width: 1200px) {
    .footer_content6 {
        display: none;
    }
}

@media (min-width: 1000px) {
    .copyright-logo {
        display: block;
    }
}

@media (max-width: 768px) {
    .footer_title_h3 {
        text-align: center;
    }

    .footer_content4,
    .footer_content3 {
        display: none;
    }

}

@media (max-width: 678px) {
    .footer_content4 {
        display: none;
    }
}