.footer{
    position: relative;
    padding-top: 7.9vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 8.333333vw;
}
.footer-up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.770833vw;
}

.footer-up-left-up{
    margin-bottom: 2.4vw;
}
.footer-up-left-up img{
    width: 12.5vw;
}
.footer-up-left-down{
    padding-bottom: 0.9vw;
    font-size: 0.833333vw;
    border-bottom: 1px solid #CDCDCD;
}
.footer-up-center ul{
    list-style: none;
    padding-left: 15.625vw;
}
.footer-up-center ul li{
    line-height: 2.9vw;
    font-size: 0.833333vw;
}
.footer-up-center-address{
    margin-bottom: 5.2vw;
}
.footer-up-center-address p:nth-child(1){
    font-size: 1vw;
    font-weight: bold;
}
.footer-up-center-address p:nth-child(2){
    font-size: 0.9vw;
    font-weight: 400;
    margin-top: 0.9vw;
}
.footer-up-right{
    width: 12%;
}
.footer-up-right p:nth-child(1){
    font-size: 0.9375vw;
    font-weight: 400;
    margin-bottom: 0.9375vw;
}
.footer-up-right p:nth-child(2){
    font-size: 1.25vw;
    margin-bottom: 4vw;
    font-weight: bold;
}
.footer-up-right p:nth-child(4){
    font-size: 0.833333vw;
    margin-bottom: 0.9375vw;
    font-weight: 400;
    margin-top: 0.75vw;
}
.footer-up-right .qrcode{
    width: 60%;
}
.footer-up-right .qrcode img{
    width: 100%;
}
.footer-center-hr{
    margin-bottom: 1.822917vw;
}
.footer-center-hr hr{
    border: none;
    height: 1px;
    background-color:#CDCDCD;
}
.footer-down{
    display: flex;
    justify-content: space-between;
    font-size: 0.7vw;
}
.mobile-footer{
    display: none;
}
.mobile-footer .qrcode{
    width: 20%;
    margin-top: 4vw;
}
.mobile-footer .qrcode img{
    width: 100%;
}
.iconfont-1{
    font-size: 1.2vw !important;
    margin-left: 50px !important;
}
@media (max-width: 1440px) {
    .footer-up-left-down{
        font-size: 14px;
    }
    .footer-up-center ul li{
        font-size: 14px;
    }
    .footer-up-right p:nth-child(1){
        font-size: 15px;
    }
    .footer-up-right p:nth-child(2){
        font-size: 14px;
    }
    .footer-up-right p:nth-child(3){
        font-size: 14px;
    }
    .footer-up-right p:nth-child(5){
        font-size: 14px;
    }
    .footer-down{
        font-size: 14px;
    }
    .iconfont-1{
        font-size: 14px !important;
    }
}
@media (max-width: 996px) {
    .footer{
        padding-bottom: 13.3333vw;
    }
    .footer-up{
        display: none;
    }
    .footer-down{
        flex-direction: column;
    }
    .footer-down p{
        font-size: 3vw;
        text-align: center;
        /* line-height: 2.666667vw; */
    }
    .footer-down p:nth-child(2){
        margin-top: 3vw;
    }
    .footer-center-hr{
        display: none;
    }
    .mobile-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center */
    }
    .mobile-footer-img{
        width: 31.6vw;
        margin-top: 15.6vw;
    }
    .mobile-footer p:nth-child(2){
        font-size: 3vw;
        margin-top: 4vw;
        font-weight: bold;
    }
    .mobile-footer p:nth-child(3){
        font-size: 3vw;
        margin-top: 2.4vw;
    }
    .mobile-footer p:nth-child(4){
        font-size: 3vw;
        margin-top: 6.4vw;
    }
    .mobile-footer p:nth-child(5){
        font-size: 4vw;
        margin-top: 2.4vw;
        font-weight: bold;
    }
    .footer-up-left-down{
        padding-bottom: 3.2vw;
        font-size: 3vw;
        border-bottom: 1px solid #CDCDCD;
        margin-top: 6.4vw;
        margin-bottom: 13.333333vw;
    }
}