.footer .top-content-box {
    display: flex;
    justify-content: space-between;
}

.footer .top-content-box .left-box {
    margin-left: 5.625vw;
    margin-top: 35px;
}

.footer .top-content-box .right-box {
    /*margin-left: 11.11111111111111%;*/
    margin-right: 90px;
    margin-top: 3.125vw;
    text-align: right;
}

.footer .top-content-box .right-box p {
    color: rgb(255, 255, 255);
    font-family: "microsoft yahei", arial;
    font-size: 18px;
}


.footer .middle-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.footer .middle-box .item1 {
    font-size: 14px;
    min-height: 20px;
    margin-left: 5.7291vw;

}

.footer .middle-box .item1 a {
    color: #fff;
    font-size: 14px;
}

.footer .middle-box .item1 span {
    margin-right: 20px;
}

.footer .middle-box .item2 {
    margin-right: 13.33vw;
    margin-top: 0.40705563093622793vw;
    display: flex;

}

.footer .middle-box .item2 .img-box {
    margin-left: 20px;
    position: relative;
}

.footer .middle-box .item2 .img-icon {
    width: 2.7083vw;
    /*height: 52px;*/
    object-fit: contain;
}

.footer .middle-box .item2 .wx_tc1 {
    display: none;
    position: absolute;
    bottom: calc(10px + 100%);
    left: calc(-100px + 2.7083vw / 2);
    background: transparent;
}

.footer .middle-box .item2 .wx-text {
    margin-top: 12px;
    color: #333;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-family: Microsoft YaHei;
}

.jz_hover_qrcode_content {
    overflow: hidden;
    padding: 15.5px 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.jz_hover_qrcode_content .qr-img {
    width: 160px;
    height: 160px;
}

.jz_hover_qrcode_arrow__bottom {
    bottom: -8px;
    border-top: 8px solid #fff;
}

.jz_hover_qrcode_arrow {
    position: absolute;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px;
}

.s-footer {
    line-height: 22px;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.s_footer_copyright {

}

@media screen and (max-width: 768px) {
    .footer{
        padding-bottom: 50px;
    }
    .footer .top-content-box .left-box {
        display: none;
    }

    .footer .top-content-box .right-box {
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
        text-align: left;
    }

    .footer .top-content-box .right-box p {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer .middle-box {
        margin-top: 16px;
        display: block;
    }

    .footer .middle-box .item1 span {
        margin-right: 20px;
        word-break: keep-all;
        font-size: 13px;
    }

    .footer .middle-box .item1 a {
        color: #fff;
        font-size: 13px;
    }

    .footer .middle-box .item2 {
        margin-right: 0;
        display: flex;
        justify-content: center;
        margin-top: 16px;
        /*                            margin-left: 16%;
                                    margin-right: 16%;*/
        padding-left: 16%;
        padding-right: 16%;
        width: 100%;


        justify-content: space-between;
        position: relative;
        display: none;

    }

    .footer .middle-box .item2 .img-box {
        margin-left: 0px;
        position: relative;
    }

    .footer .middle-box .item2 .img-icon {
        width: 68px;
    }

    .footer .middle-box .item2 .img-box {
        position: static;
    }

    .footer .middle-box .item2 .wx_tc1 {
        display: none;
        position: absolute;
        bottom: calc(10px + 100%);
        left: calc(50% - 100px);
        background: transparent;
    }

    .jz_hover_qrcode_arrow {
        display: none;
    }

}