
.fade-in-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-down {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-left {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up.show,
.fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-right.show,
.fade-in-left.show {
    opacity: 1;
    transform: translateX(0);
}

.lag01 {
    transition-delay: 0.1s;
}

.lag02 {
    transition-delay: 0.2s;
}

.lag03 {
    transition-delay: 0.3s;
}

.lag04 {
    transition-delay: 0.4s;
}

.lag05 {
    transition-delay: 0.5s;
}

.lag06 {
    transition-delay: 0.6s;
}

.lag07 {
    transition-delay: 0.7s;
}

.lag08 {
    transition-delay: 0.8s;
}

.lag09 {
    transition-delay: 0.9s;
}
.lag11 {
    transition-delay: 1.1s;
}
.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;
}

.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(../image/newimg/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);
}