/* footer-0 */
footer.footer-0 {
    background: var(--footer_bg_color, #ffffff);
    padding: 50px 0px;
}

.footer-0 .footer-text li {
    font-size: 14px;
    color: var(--footer_font_color, #000000);
    letter-spacing: 0.28px;
    line-height: 28px;
    margin-left: 63px;
    padding: 0px !important;
    font-size: initial !important;
}

.footer-0 .footer-text li:after {
    content: none !important;
}

.footer-0 .footer-text li a {
    color: var(--footer_active_color, #000000) !important;
}

.footer-0 .footer-text li a:hover {
    color: var(--footer_active_color, #000000) !important;
}

.footer-0 .footer-text li:first-child {
    margin-left: 0px;
}

@media(min-width: 1460px) and (max-width: 1559px) {
    footer.footer-0 {
        padding: 40px 0px;
    }
}

@media(min-width: 1360px) and (max-width: 1459px) {
    footer.footer-0 {
        padding: 30px 0px;
    }
}

@media(min-width: 1200px) and (max-width: 1359px) {
    footer.footer-0 {
        padding: 30px 0px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    footer.footer-0 {
        padding: 30px 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    footer.footer-0 {
        padding: 20px 0px 25px;
    }

    .footer-0 .footer-text li {
        font-size: 12px;
        margin-left: 17px;
    }

    .footer-0 .link {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    footer.footer-0 {
        padding: 20px 0px 25px;
    }

    .footer-0 .footer-text li {
        font-size: 13px;
        line-height: 21px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .footer-0 .link {
        font-size: 13px;
    }

    .footer-0 .footer-link {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

.footer-0 .footer-bottom .footer-left,
.footer-0 .footer-bottom .footer-text {
    width: 100%;
    justify-content: space-between;
}



/* footer-1 */
footer.footer-1 {
    background: var(--footer_bg_color, #ffffff);
    padding: 50px 0px;
}

.footer-1 .footer-text li {
    font-size: 14px;
    color: var(--footer_font_color, #000000);
    letter-spacing: 0.28px;
    line-height: 28px;
    margin-left: 63px;
    padding: 0px !important;
    font-size: initial !important;
}

.footer-1 .footer-text li:after {
    content: none !important;
}

.footer-1 .footer-link a:first-child {
    margin-left: 0;
}

.footer-1 .footer-link a,
.footer-1 .footer-text li a {
    color: var(--footer_active_color, #000000) !important;
}

.footer-1 .footer-link a:hover,
.footer-1 .footer-text li a:hover {
    color: var(--footer_active_color, #000000) !important;
}

.footer-1 .footer-text li:first-child {
    margin-left: 0px;
}

@media(min-width: 1460px) and (max-width: 1559px) {
    footer.footer-1 {
        padding: 40px 0px;
    }
}

@media(min-width: 1360px) and (max-width: 1459px) {
    footer.footer-1 {
        padding: 30px 0px;
    }
}

@media(min-width: 1200px) and (max-width: 1359px) {
    footer.footer-1 {
        padding: 30px 0px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    footer.footer-1 {
        padding: 30px 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    footer.footer-1 {
        padding: 20px 0px 25px;
    }

    .footer-1 .footer-text li {
        font-size: 12px;
        margin-left: 17px;
    }

    .footer-1 .link {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    footer.footer-1 {
        padding: 20px 0px 25px;
    }

    .footer-1 .footer-text li {
        font-size: 13px;
        line-height: 21px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .footer-1 .link {
        font-size: 13px;
    }

    .footer-1 .footer-link {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
}

.footer-1 .footer-top,
footer.footer-1,
.footer-1 .footer-bottom {
    background-color: var(--footer_bg_color, #ffffff);
    color: var(--footer_font_color, #000000);
}

.footer-1 .footer-bottom {
    border-top: 2px solid #E8E8E81A;
}

.footer-1 .footer-top,
.footer-1 .footer-bottom {
    padding: 50px 0;
}

.footer-1 .footer-bottom .footer-text li {
    font-size: 13px !important;
}

.footer-1 .footer-top h3 {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
    color: var(--footer_font_color, #000000);
}

.footer-1 .footer-newsletter h3 {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 20px;
    color: var(--footer_font_color, #000000);
}

.footer-1 .footer-box ul li {
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0;
}

.footer-1 .footer-box ul li a {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-1 .footer-box ul li:after {
    display: none;
}

.footer-1 .footer-newsletter p {
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 18px;
}

.footer-1 .footer-newsletter .newsletter-wraper input {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 13px 18px;
    border: none;
    color: #000000;
    width: calc(100% - 119px);
    line-height: 20px;
}

.footer-1 .footer-top-place {
    font-size: 13px;
    line-height: 24px;
}

.footer-1 .footer-newsletter .newsletter-error {
    margin-bottom: 17px;
}

.footer-1 .footer-bottom .footer-left,
.footer-1 .footer-bottom .footer-text {
    width: 100%;
    justify-content: space-between;
}

.footer-1 .newsletter-agreement-checkbox {
    margin-right: 12px;
}

.footer-1 .footer-newsletter .newsletter-wraper button {
    background-color: #0E58B9;
    border-radius: 5px;
    color: var(--footer_font_color, #000000);
    border: none;
    letter-spacing: 0.35px;
    width: 110px;
    min-width: 110px;
    font-size: 14px;
}

.footer-1 .footer-top-link {
    margin-bottom: 20px;
}

.footer-1 .footer-top-link a {
    color: var(--footer_active_color, #000000) !important;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.footer-1 .footer-top-link img {
    margin-right: 11px;
}

.footer-1 .newsletter-agreement {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
}

.footer-1 .newsletter-agreement a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline !important;
}


.footer-1 .newsletter-agreement-checkbox input[type="checkbox"].error~.checkmark {
    border: 1px solid red;
}



.footer-1 .newsletter-agreement-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    min-width: 18px;
    margin: 0 14px 0 0;
    font-size: 0;
    line-height: 0;
    height: 18px;
}

.footer-1 .newsletter-agreement-checkbox .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px;
}

.footer-1 .newsletter-agreement-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}

.footer-1 .newsletter-agreement-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.footer-1 .newsletter-agreement-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.footer-1 .newsletter-agreement-checkbox input:checked~.checkmark {
    background-color: var(--header_active_color, #008E2F);
}

.footer-1 .newsletter-agreement-checkbox input:checked~.checkmark:after {
    display: block;
}

.footer-1 .newsletter-error {
    padding: 0;
    display: block;
    font-size: 11px;
    color: #f20c0c;
    margin-top: 4px;
    list-style-type: none;
}

.footer-2 .newsletter-error {
  color: #f20c0c;
}
/* footer-2 */
.footer-2 .footer-top .footer-info-outer {
    background: var(--footer_bg_color);
    min-height: 52.3rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3rem 10rem 3rem 1.5rem;
}

.footer-2 .footer-top .footer-info-outer .footer-info {
    max-width: 60.1rem;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .fw-24 {
    margin-bottom: 2.85rem !important;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .fw-24 {
    margin-bottom: 2.74rem !important;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .footer-contact-item ul li {
    line-height: 2.1rem;
    margin-bottom: 1rem;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .footer-contact-item ul li a {
    color: var(--footer_font_color) !important;
    letter-spacing: 0.4px;
    display: inline-flex;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .footer-contact-item ul li a:hover {
    text-decoration: underline !important;
}

.footer-2 .footer-top .footer-info-outer .footer-info .company-time {
    margin-top: 9rem;
}

.footer-2 .footer-top .footer-info-outer .footer-info .company-time p {
    color: var(--footer_font_color);
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.35px;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li {
    line-height: 2rem;
    margin-bottom: 1.4rem;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li a {
    display: inline-flex;
    align-items: center;
    line-height: 2.1rem;
    color: var(--footer_font_color);
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li a:hover {
    text-decoration: underline !important;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li a .socail-icon {
    height: 1.958rem;
    width: 1.924rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.48rem;
}

.footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li a .socail-icon img {
    max-width: 100%;
}

.footer-2 .newslatter-outer {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3rem 1.5rem 3rem 6.7rem;
}

.footer-2 .newslatter-outer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}

.footer-2 .newslatter-outer .newslatter-inner {
    position: relative;
    z-index: 1;
    max-width: 51.1rem;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form {
    margin-top: 3rem;
    position: relative;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input {
    position: relative;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input .form-control {
    border-radius: var(--border_radius);
    height: 5.5rem;
    background: var(--footer_font_color) url(../images/icon-envelope.png);
    background-repeat: no-repeat;
    background-position: left 2.2rem center;
    font-size: 1.4rem;
    padding: 0 15rem 0 6.1rem;
    letter-spacing: 0.28px;
    border: 0 !important;
    color: var(--footer_bg_color);
    border-radius: var(--btn-border-radius);
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input .form-control::placeholder {
    color: #A4A4A4;
    opacity: 1;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input .form-control:-ms-input-placeholder {
    color: #A4A4A4;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input .form-control::-ms-input-placeholder {
    color: #A4A4A4;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-chk {
    margin-top: 2.9rem;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-btn .btn {
    height: 5.5rem;
    width: 13.5rem;
}

.footer-2 .footer-center {
    margin: 5.7rem 0;
}

.footer-2 .footer-center .footer-center-block .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-2 .footer-center .footer-center-block .footer-menu ul li {
    margin-left: 4rem;
}

.footer-2 .footer-center .footer-center-block .footer-menu ul li:first-child {
    margin-left: 0;
}

.footer-2 .footer-center .footer-center-block .footer-menu ul li a {
    display: inline-flex;
    color: var(--footer_bg_color);
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.35px;
}

.footer-2 .footer-center .footer-center-block .footer-menu ul li a:hover {
    text-decoration: underline !important;
}

.footer-2 .footer-center .footer-center-block .backtop {
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.35px;
    display: flex;
    align-items: center;
}

.footer-2 .footer-center .footer-center-block .backtop .backround {
    margin-left: 2rem;
    background: var(--footer_bg_color);
    height: 4.1rem;
    width: 4.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0.4rem 0.2rem;
    cursor: pointer;
}

.footer-2 .footer-center .footer-center-block .backtop .backround:hover {
    background: var(--body_active_color);
}

.footer-2 .footer-bottom {
    padding: 5.4rem 0;
    border-top: 2px solid var(--footer_line_color);
}

.footer-2 .footer-bottom .footer-bottom-block .developby {
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.35px;
    color: #A4A4A4;
}

.footer-2 .footer-bottom .footer-bottom-block .developby a {
    color: #A4A4A4 !important;
}

.footer-2 .footer-bottom .footer-bottom-block .developby a:hover {
    color: var(--footer_bg_color) !important;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item {
    margin-left: 6.5rem;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item:first-child {
    margin-left: 0;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    line-height: 2.4rem;
    margin-right: 1.5rem;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li {
    margin: 0 0.5rem;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li:first-child {
    margin-left: 0;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li:last-child {
    margin-right: 0;
}

.footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li img {
    width: auto;
    height: 3.2rem;
}

@media(min-width:1260px) and (max-width:1459px) {
    .footer-2 .footer-top .footer-info-outer {
        padding: 3rem 7rem 3rem 1.5rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info {
        max-width: 52.5rem;
    }

    .footer-2 .footer-center {
        margin: 4.7rem 0;
    }

    .footer-2 .footer-bottom {
        padding: 4.4rem 0;
    }
}

@media(min-width:1200px) and (max-width:1259px) {
    .footer-2 .footer-top .footer-info-outer {
        min-height: 49.3rem;
        padding: 3rem 7rem 3rem 1.5rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info {
        max-width: 49.1rem;
    }

    .footer-2 .newslatter-outer {
        padding: 3rem 1.5rem 3rem 4.7rem;
    }

    .footer-2 .footer-center {
        margin: 4.7rem 0;
    }

    .footer-2 .footer-bottom {
        padding: 4.4rem 0;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-2 .newslatter-outer {
        padding: 3rem 1.5rem 3rem 3.7rem;
    }

    .footer-2 .footer-top .footer-info-outer {
        min-height: 43rem;
        padding: 3rem 3rem 3rem 1.5rem;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul li {
        margin-left: 2.5rem;
    }

    .footer-2 .footer-center .footer-center-block .backtop .backround {
        margin-left: 1rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time {
        margin-top: 7rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time p {
        font-size: 1.27rem;
    }

    .footer-2 .footer-center {
        margin: 4rem 0;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item {
        margin-left: 3.5rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li {
        margin: 0 0.3rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li img {
        width: 4rem;
        height: 2.666rem;
    }

    .footer-2 .footer-bottom {
        padding: 3.8rem 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    footer.footer-2 {
        position: relative;
    }

    .footer-2 .newslatter-outer {
        padding: 3rem 1.5rem;
    }

    .footer-2 .newsletter-chk br {
        display: none;
    }

    .footer-2 .footer-top .footer-info-outer {
        min-height: 36.3rem;
        padding: 3rem 1.5rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .fw-24 {
        margin-bottom: 2.25rem !important;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .fw-24 {
        margin-bottom: 2.14rem !important;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .footer-contact-item ul li a {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .socail-link ul li a {
        line-height: 2rem;
        font-size: 1.4rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time {
        margin-top: 6rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-btn .btn {
        width: 11.5rem;
        padding: 0;
    }

    .footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-input .form-control {
        background-position: left 1.2rem center;
        padding: 0 12rem 0 5.1rem;
    }

    .footer-2 .footer-center {
        margin: 3.7rem 0;
    }

    .footer-2 .footer-center .footer-center-block .backtop {
        position: absolute;
        right: 1.5rem;
        bottom: 2.4rem;
    }

    .footer-2 .footer-menu {
        width: 100%;
    }

    .footer-2 .footer-menu ul {
        justify-content: space-between;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul li {
        margin-left: 1.5rem;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul li a {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item span {
        font-size: 1.3rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li img {
        width: 4rem;
        height: 2.66rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left {
        width: 100%;
        justify-content: space-between;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item {
        margin-left: 2.5rem;
    }

    .footer-2 .footer-bottom {
        padding: 3.4rem 0;
    }

    .footer-2 .footer-bottom .footer-bottom-block .developby {
        font-size: 1.3rem;
        line-height: 2rem;
        width: 100%;
        margin-top: 3rem;
    }
}

@media(max-width:767px) {
    footer.footer-2 {
        position: relative;
    }

    .footer-2 .footer-top>.row {
        flex-direction: column-reverse;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info {
        max-width: 100%;
    }

    .footer-2 .footer-top .footer-info-outer {
        min-height: initial;
        padding: 0 0 2rem;
    }

    .footer-2 .footer-head {
        padding: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
    }

    .footer-2 .footer-head:after {
        position: absolute;
        content: "";
        right: 1.5rem;
        width: 1.3rem;
        height: 0.8rem;
        background: url(../images/icon-up.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer-2 .footer-head.active:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-contact .fw-24 {
        margin-bottom: 0rem !important;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .footer-socail .fw-24 {
        margin-bottom: 0rem !important;
    }

    .footer-2 .footer-contact-body {
        padding: 1.5rem 1.5rem 0;
        display: none;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time {
        margin-top: 2rem;
        padding: 0 1.5rem;
    }

    .footer-2 .footer-top .footer-info-outer .footer-info .company-time p {
        font-size: 1.3rem;
        line-height: 2rem;
        letter-spacing: 0.15px;
    }

    .footer-2 .newslatter-outer {
        padding: 3rem 1.5rem;
    }

    .footer-2 .newslatter-outer .newslatter-inner {
        max-width: 100%;
    }

    .footer-2 .newslatter-outer .newslatter-inner .newsletter-form .newsletter-btn .btn {
        width: 11.5rem;
        padding: 0;
    }

    .footer-2 .newsletter-chk br {
        display: none;
    }

    .footer-2 .footer-center {
        margin: 2rem 0 2.5rem;
    }

    .footer-2 .footer-menu {
        width: 100%;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul {
        justify-content: center;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul li {
        margin: 0.5rem 0.7rem 0;
    }

    .footer-2 .footer-center .footer-center-block .footer-menu ul li a {
        font-size: 1.3rem;
        line-height: 2rem;
        letter-spacing: 0.15px;
    }

    .footer-2 .footer-center .footer-center-block .backtop {
        font-size: 0;
        position: absolute;
        right: 1rem;
        bottom: 1.5rem;
    }

    .footer-2 .footer-center .footer-center-block .backtop .backround {
        margin-left: 0;
        height: 3.5rem;
        width: 3.5rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block,
    .footer-2 .footer-center .footer-center-block {
        padding: 0 1.5rem;
    }

    .footer-2 .footer-bottom {
        padding: 2.5rem 0;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left {
        width: 100%;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item span {
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin-right: 1rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 1.5rem;
        justify-content: center;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li {
        margin: 0 0.3rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .footer-left .footer-item ul li img {
        width: 3.8rem;
        height: 2.533rem;
    }

    .footer-2 .footer-bottom .footer-bottom-block .developby {
        width: 100%;
        font-size: 1.3rem;
        line-height: 2rem;
        text-align: center;
    }
}