.jx_footer .container {
    width: 100%;
}

.jx_footer .container .row .footer_top {
    position: relative;
    height: 20%;
    background: #222222;
    border-bottom: 1px solid #2D2D2D;
}

.jx_footer .container .row .footer_last {
    height: 116px;
    background: #222222;
}

.jx_footer .container .row .footer_top h2 {
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.jx_footer .container .row .footer_top li a {
    display: block;
    width: 56px;
    height: 24px;
    font-size: 14px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(136, 136, 136, 1);
}

.jx_footer .container .row .footer_top div:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.jx_footer .container .row .footer_top div:last-child p {
    /* width:296px; */
    height: 20px;
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(136, 136, 136, 1)
}

.jx_footer .container .row .footer_logo {
    position: absolute;
    padding-top: 8px;
    /* top: 1%; */
    /* top: 2px; */
    left: 50%;
    transform: translateX(-50%);
}

.jx_footer .container .row .footer_word {
    padding-top: 57px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.jx_footer .container .row .footer_word a {
    font-size: 12px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(136, 136, 136, 1);
}

.jx_footer .container .row .footer_word p {
    width: 529px;
    height: 12px;
    font-size: 12px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(136, 136, 136, 1);
}