* {
    margin: 0;
    padding: 0;
}

/* 尾部 */
.footerTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #373B53;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    height: 274px;
}

.footerTopRight {
    width: 272px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 30px 0 0 0;
}

.reCode {
    display: flex;
    flex-direction: column;
    width: 124px;
    height: 148px;
    color: #FFFFFF;
    font: normal 300 12px 'Source Han Sans SC-Regular';
}

.reCode>span {
    margin: 6px 0 0 0;
}

.reCodePhone {
    display: flex;
    text-align: left;
    margin: 28px 0 0 0;
}

.reCodePhoneRight {
    display: flex;
    flex-direction: column;
}

.reCodePhoneRight>span:nth-child(1) {
    font: normal 300 14px 'Source Han Sans SC-Regular';
    color: #FFFFFF;
}

.reCodePhoneRight>span:nth-child(2) {
    font: normal 800 28px 'Source Han Sans SC-Regular';
    color: #FFFFFF;
}

.reCodePhoneRight>span:nth-child(3) {
    font: normal 220 12px 'Source Han Sans SC-Regular';
    color: #CBD1DF;
}

.footerNavbar {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    height: 24px;
}

.footerNavbar>li {
    display: flex;
    align-items: center;
    height: 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.footerNavbar>li>a {
    display: block;
    font: normal 400 16px 'Source Han Sans SC-Medium';
    color: #FFFFFF;
}
.footerNavbar>li>a:hover{
  color: #3F51B5;
}
.footerNavbar>span {
    display: inline-block;
    border-left: solid 2px #FFFFFF32;
    opacity: 0.6;
    width: 2px;
    height: 16px;
}

.footerLogo {
    display: flex;
    flex-direction: column;
    margin: 42px 0 0 0;
    width: 280px;
    color: #FFFFFF;
}

.footerLogo>img {
    width: 280px;
    height: auto;
}

.underLine {
    width: 100%;
    height: 2px;
    background-color: #4F5470;
    margin: 20px 0 19px 0;
}

.footerPhone {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 400px;
    height: 84px;
    font: normal 400 14px 'Source Han Sans SC';
    color: #CBD1DF;
    line-height: 28px;
    margin: 22px 0 0 0;
}

/**/
.footerBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
    color: #FFFFFF;
    font: normal 400 13px 'Source Han Sans SC';
    gap: 10px;
}
.footerBottom>a{
    color: #FFFFFF !important;
}
.footerBottom>a:nth-child(1) {
    font: normal 400 13px 'Source Han Sans SC';
    color: #CBD1DF;
}
