.footer-wrap {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 100%;
    background: url(../images/common-img/FooterBG.png) no-repeat center center;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    height: 100%;
    width: var(--view-4);
    margin: 0 auto;
    justify-content: space-between;
}

.footer-new-right, .footer-new-left {
    box-sizing: border-box;
}

.footer-new-left {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: 46px;
    width: 360px;
}

.bottom-desc-wrap {
    align-items: flex-start;
}

.bottom-desc-wrap h4 {
    color: #e86053;
    font-size: 20px;
    margin-bottom: 45px;
    font-family: HarmonyOS_Sans_SC_Regular !important;
}

.bottom-desc-wrap p, .bottom-desc-wrap p a {
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Light !important;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-new-right {
    display: flex;
    align-items: center;
    height: 100%;

}

.bottom-desc-wrap {
    display: flex;
    flex-direction: column;
}

.footer-bottom-wrap {
    width: var(--view-4);
    margin: 0 auto;
    color: #fff;
    padding-bottom: 25px;
    font-family: HarmonyOS_Sans_SC_Regular !important;
}

.footer-bottom-wrap a {
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Regular !important;

}

.footer-bottom-wrap a:hover {
    color: #fff;
}

.footer-bottom-wrap ul {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-wrap ul li{
    font-family: HarmonyOS_Sans_SC_Regular !important;

}
.footer-img-list {
    display: flex;
    width: 400px;
    justify-content: space-between;
    font-size: 17px;
}

.footer-img-list li {
    display: flex;
    flex-direction: column;
}

.footer-img-list li span {
    margin-top: 20px;
    font-family: HarmonyOS_Sans_SC_Regular !important;
}

.footer-img-list li img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.footer-cus-ser-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 60px;
    background-color: #fff;
    color: var(--color-bg-brand-blue);
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
}

.footer-cus-ser-btn img {
    width: 25px;
    height: 25px;
    margin-right: 22px;
}
.footer-cus-ser-btn span{
    font-size: 20px;
}
.footer-cus-ser-wrap {
    margin-left: 80px;

}

.footer-cus-ser-wrap p {
    color: #fff;
    margin-top: 25px;
    font-size: 20px;
    font-family: HarmonyOS_Sans_SC_Regular !important;
}