/* body{
    padding-bottom: 17.88rem;
} */
.footer {
    background-color: #131A30;
    /* padding: 10px 0; */
    /* text-align: center; */
    color: rgba(246, 248, 249, 0.57);
    /* height: 286px; */
   
}

.footerCenter {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footerLeft {
    font-size: 14px;
    color: rgba(246, 248, 249, 0.57);
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    padding-top: 4.31rem;
    /* width: 600px; */
}

.footerLeft .row {
    margin: 0;
    margin-bottom: 26px;
}

.footerLeft .row p {
    margin-right: 36px;
    margin-bottom: 0;
    cursor: pointer;
}
.footerLeft .row:nth-child(1) p:hover{
    color: #377CF7;
}
.footerLeft .row:nth-child(2) p:hover{
    cursor: auto;
}
.beianBtn:hover {
    color: #377CF7;
}
.beianMps:hover {
    color: #377CF7;

}
.footerRight {
    display: flex;
    margin-top: 4.31rem;
    text-align: center;
}

.footerRight .RightCell {
    margin-left: 46px;
    font-size: 14px;
    color: rgba(246, 248, 249, 0.63);
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3.88rem;
}

.footerRight .qrcodeImage {
    /* background: red; */
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.footerRight .qrcodeImage img {
    width: 100%;
    height: 100%;
}

@media (max-width:770px) {
    body{
        padding-bottom: 0;
    }
    .footer{
        position: unset;
    }
    .mobile .footerRow {
        background: none !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding: 0.71rem 2.71rem; */
        margin-bottom: 0;
    }

    .mobile .footerRow p {
        margin-bottom: 0;
    }

    .mobile .footerRow img {
        width: 0.86rem !important;
        height: 0.86rem !important;
        margin: 0 !important;
    }

    .footerCenter {
        width: 100%;
    }

    .footerCenter+.mobile {
        padding: 1.14rem;
    }

    .qrcodeRow {
        display: flex;
        justify-content: space-around;
        margin-top: 1.71rem;
    }

    .qrcodeImage {
        width: 5.71rem !important;
        height: 5.71rem !important;
    }

    .qrcodeImage img {
        width: 100% !important;
        height: 100% !important;
    }

    .qrcodeText {
        font-weight: 400;
        font-size: 0.86rem;
        color: #A2A6AF;
        line-height: 1.14rem;
        text-align: center;
        font-style: normal;
        margin-top: 0.86rem;
    }

    .footer {
        height: 100% !important;
    }

    .footerBottom {
        margin-top: 1.71rem;
    }

    .footerBottom .row {
        font-weight: 400;
        /* font-size: 0.71rem !important; */
        color: #9498A3;
        line-height: 1rem;
        text-align: center;
        font-style: normal;
        background: none !important;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
        padding: 0.57rem;
    }
}
.modal-body img {
    max-width: none;
    max-height: none;
    transition: transform 0.2s ease;
    position: relative;
    transform-origin: center;
}
.modal-header .close{
    opacity: 1;
    padding: 0;
    margin: 0;
}
.modal-content{
    background: none;
    border: none;
}
.modal-body img{
    width: 100%;
    height: 100%;
}