.footer-container {
    border-top: 1px solid #E6E6E6;
    padding-bottom: 74px;
}

.footer-section {
    padding: 20px 0;
    justify-content: space-between;
}

.footer-section .foot-firmInfo {
    display: flex;
    flex-direction: column;
}

.footer-section .foot-firmInfo .logo-img {
    width: 48px;
    height: auto;
    margin-right: 27px;
}
.foot-firmInfo .info-adr{
    margin-right: 40px;
}
.foot-firmInfo .info-adr .title {
    font-weight: 400;
    font-size: 18px;
    color: #1D2129;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
    /* margin-bottom: 10px; */
    line-height: 25px;
}

.foot-firmInfo .info-adr .email {
    font-weight: 400;
    font-size: 14px;
    color: #86909C;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot-firmInfo .info-adr .addr {
    font-weight: 400;
    font-size: 14px;
    color: #86909C;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 8px;
    max-width: 440px;
    word-break: break-all;
}

.footer-section .footer-nav .nav-item {
    margin-right: 50px;
}

.footer-section .footer-nav .nav-item:nth-child(2) {
    margin-right: 120px;
}

.footer-section .footer-nav .nav-item:nth-child(1) {
    margin-right: 120px;
}

.app-En .footer-section .footer-nav .nav-item {
    margin-right: 55px;
}

.app-En .footer-section .footer-nav .nav-item:nth-child(2) {
    margin-right: 50px;
}

.app-En .footer-section .footer-nav .nav-item:nth-child(1) {
    margin-right: 50px;
}


.footer-section .footer-nav .nav-item p {
    margin-bottom: 16px;
}

.footer-section .footer-nav {
    margin-top: 7px;
}

.footer-section .footer-nav .nav-item .nav-menu {
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-section .footer-nav .nav-item .nav_link {
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #86909C;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-section .footer-nav .nav-item .nav_link:hover a {
    color: var(--primary);
}

.foot-ICP {
    height: 60px;
    background: #fff;
    box-shadow: 0px -3px 4px 1px rgba(234, 234, 234, 0.16);
}

.foot-ICP .icp-txt {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #86909C;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

/* @media (min-width:750px) and (max-width:1440px) {

    .footer-section {
        padding: 1.388vw 5.5vw !important;
    }

    .footer-section .foot-firmInfo {}

    .footer-section .foot-firmInfo .logo-img {
        width: 7.43vw;
        height: auto;
        margin-right: 1.875vw;
    }
    .foot-firmInfo .info-adr{
        margin-right: 2.77vw;
    }
    .foot-firmInfo .info-adr .title {
        font-size: 0.9722vw;
        margin-bottom: 0.6944vw;
        line-height: 2.36vw;
    }

    .foot-firmInfo .info-adr .email {
        font-size: 0.9722vw;
        line-height: 1.388vw;
    }

    .foot-firmInfo .info-adr .addr {
        font-size: 0.9722vw;
        line-height: 1.388vw;
        margin-top: 1.111vw;
        max-width: 30.555vw;
    }

    .footer-section .footer-nav .nav-item {
        margin-right: 3.4722vw;
    }

    .footer-section .footer-nav .nav-item:nth-child(2) {
        margin-right: 8.333vw;
    }

    .footer-section .footer-nav .nav-item:nth-child(1) {
        margin-right: 8.333vw;
    }

    .footer-section .footer-nav .nav-item p {
        margin-bottom: 1.111vw;
    }

    .footer-section .footer-nav {
        margin-top: 0.4861vw;
    }

    .footer-section .footer-nav .nav-item .nav-menu {
        font-size: 0.9722vw;
        line-height: 1.388vw;
    }

    .footer-section .footer-nav .nav-item .nav_link {
        font-size: 0.9722vw;
        line-height: 1.388vw;
    }


    .foot-ICP {
        height: 4.166vw;
        box-shadow: 0px -3px 4px 1px rgba(234, 234, 234, 0.16);
    }

    .foot-ICP .icp-txt {
        font-size: 0.833vw;
        line-height: 4.166vw;
    }
} */