footer{
    width: 100%;
}

footer .footerBg {
    width: 100%;
    height: 346px;
    object-fit: cover;
}

footer {
    position: relative;
    height: 346px;
    overflow: hidden;
}

footer .footerContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

footer .footerContent .footerMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 134px;
    width: 1150px;
}

.footerMain .logoWhite {
    width: 222px;
    height: 70px;
    object-fit: cover;
}

.footerMain .footerInfo {}

.footerMain .footerInfo p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-family: AlibabaPuHuiTi_3_55_Regular;
}

.footerMain .wxCodeWrap {
    display: flex;
    align-items: center;
}

.footerMain .wxCodeWrap .wxCode {
    width: 86px;
    height: 86px;
    object-fit: cover;
    margin-right: 16px;
    transition: transform 0.3s ease;
}

.footerMain .wxCodeWrap .wxCode:hover {
    transform: scale(3.5);
}

.footerMain .wxCodeWrap .wxCodeText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerMain .wxCodeWrap .wxCodeText p {
    width: 100%;
    font-family: "AlibabaPuHuiTi-3-75-SemiBold";
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
}

footer .copyright {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    padding-top: 60px;
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

/* 隐藏全局滚动条 - Firefox和IE */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
