.waitab {
    width: 100%;
    height: 88px;
    position: fixed;
    top: 36px;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.tabbar {
    width: 1200px;
    height: 88px;
    box-sizing: border-box;
    padding: 0 24px 0 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 169px;
    background: #212121;
}

.toplogo {
    width: 52px;
    height: 48px;
}

.ml56 {
    margin-left: 56px;
}

.tab {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabno {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9E9E9E;
}

.axian {
    width: 70px;
    height: 4px;
    border-radius: 23px;
    background: #FFFFFF;
    transform: translateY(8px);
}

.delebtn {
    width: 99px;
    height: 24px;
    border-radius: 64px;
    box-sizing: border-box;
    border: 1.2px solid #9E9E9E;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9E9E9E;
}

.footer {
    width: 100%;
    height: 450px;
    background: url(../img/jimg017.webp) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.footera {
    display: flex;
    flex-direction: column;
    margin-left: 260px;
}

.footeratext {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.mt40 {
    margin-top: 40px;
}

.mt32 {
    margin-top: 32px;
}

.footerright {
    display: flex;
    flex-direction: column;
    margin-left: 160px;
}

.footerUs {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.46);
}