.footer_box {
    min-height: 100px;
    background: var(--bgbox);
}

.footer_ct_box {
    /* width: 1200px; */
    margin: 0 auto;
}


.footer_ct_box p {
    color: #fff;
    font-size: 16px;
    ;
    padding: 19px 0;
    box-sizing: border-box;
    text-align: center;
}

.footer_ct_box a:nth-child(1) {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.footer_ct_box a:nth-child(2) {
    text-align: left;
}

.footer_ct_box a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    ;
    padding: 19px 0;
    box-sizing: border-box;
}

.footer_ct_box p span {
    margin-left: 15px;
}

/* .footer_ct_box p:last-child{
    padding: 0 0 19px 0;
} */
@media screen and (max-width:768px) {
    .footer_ct_box {
        width: 100%;
    }

    .footer_ct_box a {
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .footer_ct_box a:nth-child(1) {
        text-align: center;
        padding-right: 0;
        box-sizing: border-box;
    }

    .footer_ct_box a:nth-child(2) {
        padding-top: 0;
        text-align: center;

    }

    .footer_ct_box p {
        padding: 0 0 10px 0;
        text-align: center;
    }
}