* { margin: 0; padding: 0; list-style: none; text-decoration: none; font-family: PingFang SC; }
/* html, body { width: 100vw; height: 4694px; } */
html {
    background-color: #F5F8FF;
    overflow: hidden;
}
body {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
#container {
    /* height: 4391px; */
    overflow: hidden;
}
#main {
    /* background-color: #F5F8FF; */
    position: relative;
    z-index: 1;
    width: 100vw;
    /* height: 4694px; */
    margin: 0 auto;
    padding: 30px 0 40px 0;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(0deg, #F5F8FF 0%, #F5F8FF 100%);
    background-size: 1440px 3800px;
    background-repeat: no-repeat;
}
.bg {
    position: absolute;
    z-index: 0;
    mix-blend-mode: color-burn;
}
#footer-bg {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#test {
    position: absolute;
    bottom: 757px;
    z-index: 0;
    height: 500px;
    background-color: #F5F8FF;
    /* min-width: 950px;
    max-width: 1440px; */
    width: 100%;
    border-radius: 0 0 50% 0;
    box-shadow: 0 0 200px 250px #F5F8FF;
}
#bg1 {
    right: 0;
    z-index: 0;
    top: 1363px;
    width: 430px;
    height: 662px;
}
#bg2 {
    z-index: 0;
    top: 2282px;
    left: -410px;
    /* width: 249.3px; */
    height: 791px;
}
#bg3 {
    z-index: 0; 
    bottom: 373px;
    left: -84px;
    height: 288px !important;
    /* opacity: 0.2; */
    mix-blend-mode: color-burn;
}
#bg4 {
    position: absolute;
    bottom: -130px;
    left: -250px;
    width: 696px;
    height: 652px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(270deg, #7bdfff 0%, #1000c2 100%);
    filter: blur(100px);
    
}
#bg5 {
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 700px;
    height: 550px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(90deg, #9403fd 0%, #00adfe 100%);
    /* filter: blur(400px); */
    filter: blur(150px);
    /* filter: blur(400px); */
}
#bg6 {
    position: absolute;
    /* top: 3921.8px; */
    /* left: 676.4px; */
    bottom: 48px;
    right: -551px;
    width: 700px;
    height: 500px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(90deg, #9403fd 0%, #00adfe 100%);
    filter: blur(140px);
}
#header ~ * {
    z-index: 2;
}
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 64px 20px;
    height: 36px;
}
#header > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
#header > div > img {
    height: 56px;
    margin-left: -18px;
}
#header > div > div {
    display: none;
}
#content1 {
    height: 112px;
    text-align: center;
    margin: 0 auto 16px;
}
#content1 > div {
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}
#content1 > div > span {
    position: relative;
    display: inline-block;
    top: 56px;
    color: #252432;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
}
@media screen and (max-width: 400px) {
    #content1 > div > span {
        font-size: 34px;
        line-height: 48px;
    }
}
@keyframes c1-span-animate {
    0% {
        top: 95px;
        opacity: 0;
    }
    50% {
        top: 8px;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}
#content2 {
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    color: #8987a1;
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    width: 366px;
    top: 30px;
    opacity: 0;
    transition: all .6s ease-out 1s;
}
@media screen and (max-width: 390px) {
    #content2 {
        width: 312px;
    }
}
#content2.initDone {
    opacity: 1;
    top: 0px;
}
#contact-us {
    position: relative;
    margin: 32px auto 48px auto;
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: #252432;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    opacity: 0;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: opacity .35s ease-out 1.2s, top .35s ease-out 1.2s, transform .25s;
}

#contact-us:active {
    background-color: #252432 !important;
    transform: scale(0.95) !important;
}
#contact-us:hover {
    background-color: rgba(72, 71, 83, 1);
}
#contact-us.initDone {
    opacity: 1;
    top: 0;
}

#show1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 662px;
    overflow: hidden;
}
#show1-left,
#show1-right {
    user-select: none;
    position: relative;
    flex-shrink: 0;
    width: 372px;
    height: 372px;
    transform: rotateZ(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    /* border: 1px solid; */
}


/* #show1-left {
    opacity: 0;
    top: -60px;
} */
/* #show1-left.initDone {
    top: 0px;
    opacity: 1;
} */

/* #show1-right {
    bottom: -60px;
    opacity: 0;
} */
/* #show1-right.initDone {
    bottom: 0px;
    opacity: 1;
} */

#show1-left .circle1 {
    position: absolute;
    right: 124.9px;
    width: 147.9px;
    height: 147.9px;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    background: linear-gradient(90deg, #dad9ea24 5.16%, #9694b74d 100%);
    box-sizing: border-box;
    z-index: 4;
}
#show1-left .circle1::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 145.9px;
    height: 145.9px;
    /* margin-left: 1px;
    margin-top: 1px; */
    border-radius: 50%;
}
#show1-left .circle2 {
    position: absolute;
    right: 83.3px;
    background: linear-gradient(90deg, #dad9ea3c 5.16%, #9694b780 100%);
    width: 147.9px;
    height: 147.9px;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
    animation: s1-circle 20s infinite linear;
    transition: all 0.15s linear 0.3s;
}
#show1-left .circle2::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 145.9px;
    height: 145.9px;
    border-radius: 50%;
    transition: all 0.15s linear 0.3s;
}

#show1-left > .circle2 > .s1-box {
    opacity: 0;
    transition: all 0.2s linear 0.55s;
}
#show1-left.initDone > .circle2 {
    width: 206.6px;
    height: 206.6px;
}
#show1-left.initDone > .circle2::before {
    width: 204.6px;
    height: 204.6px;
}
#show1-left.initDone > .circle2 > .s1-box {
    opacity: 1;
}

#show1-left .circle3 {
    position: absolute;
    right: 41.6px;
    background: linear-gradient(90deg, #dad9ea60 5.16%, #9694b7cc 100%);
    width: 206.6px;
    height: 206.6px;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
    animation: s1-circle 20s infinite linear;
    opacity: 0;
    transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s, opacity 0s linear 0.45s;
}
#show1-left .circle3::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 204.6px;
    height: 204.6px;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s, opacity 0s linear 0.45s;
}
#show1-left.initDone > .circle3 {
    width: 279.7px;
    height: 279.7px;
    opacity: 1;
}
#show1-left.initDone > .circle3::before {
    width: 277.7px;
    height: 277.7px;
    opacity: 1;
}


#show1-left .circle4 {
    position: absolute;
    background: linear-gradient(180deg, #dad9ea78 -43.41%, #807da3 100%);
    width: 279.7px;
    height: 279.7px;
    right: 0;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    /* transform: rotateZ(0deg); */
    animation: s1-circle 20s infinite linear;
    opacity: 0;
    transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s, opacity 0s linear 0.6s;
}
#show1-left .circle4::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 277.7px;
    height: 277.7px;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s, opacity 0s linear 0.6s;
}
#show1-left > .circle4 > .s1-box {
    opacity: 0;
    transition: all 0.2s linear 0.85s;
}
#show1-left.initDone > .circle4 {
    width: 374px;
    height: 374px;
    opacity: 1;
}
#show1-left.initDone > .circle4::before {
    width: 372px;
    height: 372px;
    opacity: 1;
}
#show1-left.initDone > .circle4 > .s1-box {
    opacity: 1;
}

/* 右边 */
#show1-right .circle1 {
    position: absolute;
    left: 124.9px;
    width: 147.9px;
    height: 147.9px;
    padding: 1px;
    box-sizing: border-box;
    /* border-width: 1px; */
    border-radius: 50%;
    background: linear-gradient(270deg, #dad9ea24 5.16%, #9694b74d 100%);
    box-sizing: border-box;
    z-index: 4;
}
#show1-right .circle1::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 145.9px;
    height: 145.9px;
    /* margin-left: 1px;
    margin-top: 1px; */
    border-radius: 50%;
}
#show1-right .circle2 {
    position: absolute;
    left: 83.3px;
    background: linear-gradient(270deg, #dad9ea3c 5.16%, #9694b780 100%);
    width: 147.9px;
    height: 147.9px;
    padding: 1px;
    box-sizing: border-box;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
    animation: s2-circle 20s infinite linear;
}
#show1-right .circle2::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 145.9px;
    height: 145.9px;
    border-radius: 50%;
}
#show1-right > .circle2 > .s1-box {
    opacity: 0;
    transition: all 0.2s linear 0.55s;
}
#show1-right.initDone > .circle2 {
    width: 206.6px;
    height: 206.6px;
}
#show1-right.initDone > .circle2::before {
    width: 204.6px;
    height: 204.6px;
}
#show1-right.initDone > .circle2 > .s1-box {
    opacity: 1;
}

#show1-right .circle3 {
    position: absolute;
    left: 41.6px;
    background: linear-gradient(270deg, #dad9ea60 5.16%, #9694b7cc 100%);
    width: 206.6px;
    height: 206.6px;
    padding: 1px;
    box-sizing: border-box;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
    animation: s2-circle 20s infinite linear;
    opacity: 0;
    transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s, opacity 0s linear 0.45s;
}
#show1-right .circle3::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 204.6px;
    height: 204.6px;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s, opacity 0s linear 0.45s;
}
#show1-right.initDone > .circle3 {
    width: 279.7px;
    height: 279.7px;
    opacity: 1;
}
#show1-right.initDone > .circle3::before {
    width: 277.7px;
    height: 277.7px;
    opacity: 1;
}


#show1-right .circle4 {
    position: absolute;
    background: linear-gradient(270deg, #dad9ea78 -43.41%, #807da3 100%);
    left: 0;
    width: 279.7px;
    height: 279.7px;
    padding: 1px;
    box-sizing: border-box;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    animation: s2-circle 20s infinite linear;
    opacity: 0;
    transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s, opacity 0s linear 0.6s;
}
#show1-right .circle4::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 277.7px;
    height: 277.7px;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s, opacity 0s linear 0.6s;
}
#show1-right > .circle4 > .s1-box {
    opacity: 0;
    transition: all 0.2s linear 0.85s;
}
#show1-right.initDone > .circle4 {
    width: 374px;
    height: 374px;
    opacity: 1;
}
#show1-right.initDone > .circle4::before {
    width: 372px;
    height: 372px;
    opacity: 1;
}
#show1-right.initDone > .circle4 > .s1-box {
    opacity: 1;
}

#show1 #show1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 0 65px 0 91px; */
    margin: 67px 0;
}
#show1 #show1-text > p {
    position: relative;
    /* top: 50px;
    opacity: 0; */
}
/* #show1 #show1-text.initDone > p{
    opacity: 1;
    top: 0;
} */

#show1 #show1-text > p:nth-of-type(1) {
    height: 43px;
    color: #252432;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 2px;
    transition: all 0.3s linear;
}
#show1 #show1-text > p:nth-of-type(2) {
    text-align: center;
    height: 19px;
    color: #252432;
    font-size: 16px;
    transition: all 0.3s linear 0.1s;
}
#show1 #show1-text > p:nth-of-type(3) {
    margin: 16px 0 8px 0;
}
#show1 #show1-text > p:nth-of-type(3),
#show1 #show1-text > p:nth-of-type(4) {
    height: 12px;
    text-align: center;
    color: #8987a1;
    font-size: 12px;
    transition: all 0.3s linear 0.2s;
}
#content3 {
    margin: 108px 59px 0 59px;
    /* min-width: 312px; */
    height: 85px;
    position: relative;
    top: 213px;
    /* padding: 0 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#content3 > div {
    position: relative;
    /* top: 40px;
    opacity: 0; */
    display: flex;
    align-items: center;
    flex-direction: column;
}
#content3 > div:nth-of-type(1) {
    transition: all 0.3s linear;
}
#content3 > div:nth-of-type(2) {
    transition: all 0.3s linear 0.15s;
}
#content3 > div:nth-of-type(3) {
    transition: all 0.3s linear 0.3s;
}
/* #content3.initDone > div {
    opacity: 1;
    top: 0;
} */
#content3 > div > span {
    height: 43px;
    color: #252432;
    /* font-family: OPlusSans; */
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 8px;
}
#content3 > div > p {
    height: 32px;
    text-align: center;
    color: #8987a1;
    font-family: PingFang SC;
    font-size: 12px;
    word-wrap: break-word;
}
#content3 > div:nth-of-type(1) > p {
    width: 57px;
}
#content3 > div:nth-of-type(2) > p {
    width: 69px;
}
#content3 > div:nth-of-type(3) > p {
    width: 51px;
}
#testnum {
    display: none;
}
#testnum-mobile {
    display: block;
}

#content4 {
    /* max-width: 1245px; */
    box-sizing: border-box;
    position: relative;
    top: -85px;
    /* height: 384px; */
    margin: 0 24px;
    height: 674px;
    display: flex;
    flex-direction: column;
    /* padding: 0 50px; */
    justify-content: space-between;
    align-items: center;
}
#content4-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#content4-left > p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 16px;
    height: 43px;
    color: #252432;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 36px;
    position: relative;
    /* top: 40px;
    opacity: 0; */
    transition: all 0.3s linear;
}

#content4-left > p:nth-of-type(2) {
    color: #8987a1;
    font-size: 12px;
    line-height: 18px;
    max-width: 346px;
    text-align: center;
    position: relative;
    /* top: 40px;
    opacity: 0; */
    transition: all 0.3s linear 0.3s;
}
/* #content4.initDone #content4-left > p {
    top: 0px;
    opacity: 1;
} */
#content4-right {
    width: 100%;
    height: 331px;
    /* mix-blend-mode: plus-lighter; */
    border-radius: 20px;
    box-sizing: border-box;
    padding: 48px 36px 69px 36px;
    background-color: #fff;
    position: relative;
    /* top: 40px;
    opacity: 0; */
    transition: all 0.3s;
}
/* #content4 #content4-right.initDone {
    top: 0px;
    opacity: 1;
} */
#content4-right > div {
    margin-bottom: 32px;
    height: 31px;
    color: #252432;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
#content4-right > p {
    /* padding-left: 37.5px; */
    padding-left: 34px;
    color: #252432;
    font-size: 12px;
    line-height: 19px;
    max-width: 480px;
    position: relative;
    /* left: 40px;
    opacity: 0; */
}
#content4-right > p > svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
/* #content4 #content4-right.initDone > p {
    left: 0;
    opacity: 1;
} */
#content4-right > p:nth-of-type(1) {
    transition: all 0.3s ease-in-out 0.3s;
}
#content4-right > p:nth-of-type(2) {
    margin: 24px 0;
    transition: all 0.3s ease-in-out 0.45s;
}
#content4-right > p:nth-of-type(3) {
    transition: all 0.3s ease-in-out 0.6s;
}
#content4-right > p > span {
    font-weight: 600;
}

#content5 {
    display: flex;
    flex-direction: column;
    margin: 23px auto 39px auto;
}
/* #content5.initDone > p {
    top: 0px;
    opacity: 1;
} */
#content5 > p {
    position: relative;
    /* top: 40px; */
    /* opacity: 0; */
}
#content5 > p:nth-of-type(1) {
    margin-bottom: 8px;
    height: 47px;
    text-align: center;
    color: #252432;
    font-weight: 600;
    font-size: 36px;
    /* transition: all 0.3s ease-in-out; */
}
#content5 > p:nth-of-type(2) {
    margin-bottom: 36px;
    height: 18px;
    text-align: center;
    color: #8987a1;
    font-size: 12px;
    /* transition: all 0.3s ease-in-out 0.2s; */
}

#content5 > div {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 24px;
}
/* #content5 > div > .c5-box.initDone {
    top: 0;
} */
/* #content5 > div > .c5-box:nth-of-type(1) {
    transition: all 0.2s linear;
}
#content5 > div > .c5-box:nth-of-type(2) {
    transition: all 0.2s linear 0.1s;
}
#content5 > div > .c5-box:nth-of-type(3) {
    transition: all 0.2s linear 0.2s;
}
#content5 > div > .c5-box:nth-of-type(4) {
    transition: all 0.2s linear 0.3s;
} */
#content5 > div > .c5-box {
    position: relative;
    /* width: 382px; */
    height: 230px;
    box-sizing: border-box;
    /* top: 40px; */
}
#content5 > div > .c5-box:not(:last-child) {
    margin-bottom: 24px;
}

.img-box {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    border-radius: 9px;
    background: #f5f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content5 .c5-bg {
    position: absolute;
    left: 0;
    top: 0;
    /* mix-blend-mode: plus-lighter; */
    background-color: rgba(255, 255, 255, 0.6);
    /* background: linear-gradient(121.9deg, #1c1c1c 0%, #050505 100.05%); */
    /* border: 1px solid #2b2b2b; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#content5 .c5-con {
    /* padding: 29px 23px 29px 26px; */
    padding: 28px 75px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* #content5 .c5-con.initDone > p {
    opacity: 1;
    top: 0px;
} */
#content5 .c5-con > p {
    position: relative;
    /* opacity: 0;
    top: 30px;
    transition: all 0.3s ease-in-out; */
}
#content5 .c5-con > p:nth-of-type(1) {
    height: 24px;
    white-space: nowrap;
    color: #252432;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#content5 .c5-con > p:nth-of-type(2) {
    color: #8987a1;
    height: 36px;
    text-align: center;
    color: #8987a1;
    font-size: 12px;
    line-height: 18px;
}

#show2 {
    /* overflow: hidden; */
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0 28px; */
    margin-bottom: 72px;
}

#show2 > span {
    user-select: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffffcc;
    box-shadow: 0px 4px 5px #8987a11f;
    backdrop-filter: blur(0px);
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#show2 > span:hover {
    box-shadow: 0px 4px 10px #8987a11f;
}
#show2 > span#s2-l {
    left: 6px;
}
#show2 > span#s2-l > svg {
    width: 12px;
    height: 16px;
}
#show2 > span#s2-r {
    right: 6px;
}
#show2 > span#s2-r > svg {
    width: 12px;
    height: 16px;
}
#show2 > p {
    width: 100%;
    padding: 8.5px;
    box-sizing: border-box;
    z-index: -2;
} 
#show2 > p > img {
    width: 100%;
}
#show2 > div {
    position: absolute;
    flex-shrink: 0;
    padding: 8.5px;
    box-sizing: border-box;
    width: calc(100% - 32px);
    /* width: 947px;
    height: 532px; */
    border-radius: 24px;
    background: #ffffff99;
    box-shadow: 0px 0px 22.4px #8987a138;
    backdrop-filter: blur(3.3px);
}
#show2 > div > img {
    border-radius: 12px;
    width: 100%;
    /* height: 490px; */
}
#show2 > div > div {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#show2 > div > div >img {
    width: 100%;
    /* height: 564px; */

}
#show2 > div:nth-of-type(1) {
    /* transform: translateX(-975px); */
    /* opacity: 0.5; */
    transform: scale(0.7) translateX(-70%);
    z-index: 1;
}
#show2 > div:nth-of-type(2) {
    z-index: 2;
    /* opacity: 1; */
    transform: scale(1) translateX(0%);
    /* transform: translateX(0); */
}
#show2 > div:nth-of-type(3) {
    /* opacity: 0.5; */
    transform: scale(0.7) translateX(70%);
    z-index: 1;
    /* transform: translateX(975px); */
}


#about-us {
    margin-bottom: 72px;
}
/* #about-us.initDone > p {
    top: 0px;
    opacity: 1;
} */
#about-us > p {
    position: relative;
    /* top: 60px;
    opacity: 0; */
}
#about-us > p:nth-of-type(1) {
    height: 47px;
    text-align: center;
    color: #252432;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    /* transition: all 0.3s linear; */
}
#about-us > p:nth-of-type(2) {
    text-align: center;
    color: #8987A1;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    /* transition: all 0.3s linear 0.2s; */
    margin: 0 42px;
}

#show3 {
    margin: 0 auto 244px auto;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    /* height: 102px; */
    display: flex;
    align-items: center;
    position: relative;
    /* top: 60px; */
    height: 60px;
    /* opacity: 0; */
    transition: all 0.3s linear;
}
/* #show3.initDone {
    top: 0px;
    opacity: 1;
} */
#show3 > div { 
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: space-between;
}
#show3 > div:nth-of-type(2) {
    display: none;
}
/* @media screen and (max-width: 840px) { */
    #show3.initDone > div:nth-of-type(1) {
        width: auto;
        transform: translateX(0px);
        justify-content: flex-start;
        animation: s3-1box 50s linear infinite;
    }
    #show3.initDone > div:nth-of-type(2) {
        width: auto;
        display: flex !important;
        transform: translateX(100%);
        animation: s3-2box 50s linear infinite;
    }
/* } */

@keyframes s3-1box {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-100%);
    }
    50.01% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes s3-2box {
    0% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0%);
    }
    99.99% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
#show3 > div > div {
    padding: 0 12px;
    height: 60px;
    border-radius: 16px;
    background: #ffffff99;
    box-shadow: 0px 4px 4px #0000000d;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    margin-right: 42px;
    overflow: hidden;
}

#show3 > div > div > img {
    height: 24px;
}

#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    padding: 54px 0;
    box-sizing: border-box;
    /* width: 382px; */
    height: 423px;
    position: relative;
    /* top: 40px; */
    /* opacity: 0; */
    /* transition: all 0.3s linear; */
}
#footer-box {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    mix-blend-mode: plus-lighter;
    background: #ffffff;
    border-radius: 20px;
}
#footer > img {
    margin-bottom: 36px;
}
#footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer > div > p {
    color: #8987a1;
    font-size: 16px;
    line-height: 24px;
    display: none !important;
}
#footer > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0 48px;
}
#footer > div > div > img {
    margin-bottom: 36px;
    position: relative;
    /* top: 40px;
    opacity: 0; */
    transition: all 0.3s linear 0.1s;
}
/* #footer.initDone,
#footer.initDone > div > div > img,
#footer.initDone > div > div > div {
    opacity: 1;
    top: 0px;
} */
#footer > div > div > div {
    position: relative;
    /* top: 40px;
    opacity: 0; */
    /* transition: all 0.3s linear 0.2s; */
}
#footer > div > div > div > p:nth-of-type(2n + 1) {
    height: 18px;
    color: #252432;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
    text-align: center;
}
#footer > div > div > div > p:nth-of-type(2n) {
    height: 18px;
    color: #8987a1;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}
#footer > div > div > div > p:nth-of-type(2),
#footer > div > div > div > p:nth-of-type(4) {
    margin-bottom: 12px;
}

#footer > div > div > div > p a {
    color: inherit;
}





.s1-box {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ffffffb3;
    box-shadow: 0px 4px 4px #0000000d;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: rotateZ(0deg); */
}
.s1-box > img {
    width: 28px !important;
    height: 28px !important;
}

#s1 { animation: s1-box 20s infinite linear; }
#s2 { animation: s2-box 20s infinite linear; }
#s3 { animation: s3-box 20s infinite linear; }
#s4 { animation: s4-box 20s infinite linear; }
#s5 { animation: s5-box 20s infinite linear; }
#s6 { animation: s6-box 20s infinite linear; }
#s7 { animation: s7-box 20s infinite linear; }
#s8 { animation: s8-box 20s infinite linear; }
#s9 { animation: s9-box 20s infinite linear; }
#s10 { animation: s10-box 20s infinite linear; }
#s11 { animation: s11-box 20s infinite linear; }
#s12 { animation: s12-box 20s infinite linear; }
#s13 { animation: s13-box 20s infinite linear; }
@keyframes s1-circle {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-360deg);
    }
}
@keyframes s2-circle {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
/* 306度的 */
@keyframes s1-box {
    0% {
        transform: rotateZ(270deg);
        left: 272.9px;
        top: 11.7px;
    }
    10% {
        left: 272.9px;
        top: 11.7px;
    }
    10.1% {
        left: 53px;
        top: 314.2px;
    }
    60% {
        left: 53px;
        top: 314.2px;
    }
    60.1% {
        left: 272.9px;
        top: 11.7px;
    }
    100% {
        left: 272.9px;
        top: 11.7px;
        transform: rotateZ(630deg);
    }
}

/* 342度的 */
@keyframes s2-box {
    0% {
        transform: rotateZ(270deg);
        left: 340.8px;
        top: 105.2px;
    }
    20% {
        left: 340.8px;
        top: 105.2px;
    }
    20.1% {
        left: -14.8px;
        top: 220.7px;
    }
    70% {
        left: -14.8px;
        top: 220.7px;
    }
    70.1% {
        left: 340.8px;
        top: 105.2px;
    }
    100% {
        left: 340.8px;
        top: 105.2px;
        transform: rotateZ(630deg);
    }
}

/* 18度的 */
@keyframes s3-box {
    0% {
        transform: rotateZ(270deg);
        left: 340.8px;
        top: 220.7px;
    }
    30% {
        left: 340.8px;
        top: 220.7px;
    }
    30.1% {
        left: -14.8px;
        top: 105.2px;
    }
    80% {
        left: -14.8px;
        top: 105.2px;
    }
    80.1% {
        left: 340.8px;
        top: 220.7px;
    }
    100% {
        left: 340.8px;
        top: 220.7px;
        transform: rotateZ(630deg);
    }
}

/* 54度的 */
@keyframes s4-box {
    0% {
        transform: rotateZ(270deg);
        left: 272.9px;
        top: 314.2px;
    }
    40% {
        left: 272.9px;
        top: 314.2px;
    }
    40.1% {
        left: 53px;
        top: 11.7px;
    }
    90% {
        left: 53px;
        top: 11.7px;
    }
    90.1% {
        left: 272.9px;
        top: 314.2px;
    }
    100% {
        left: 272.9px;
        top: 314.2px;
        transform: rotateZ(630deg);
    }
}

/* 90度的 */
@keyframes s5-box {
    0% {
        transform: rotateZ(270deg);
        left: 163px;
        top: 350px;
    }
    49.9% {
        left: 163px;
        top: 350px;
    }
    50% {
        left: 163px;
        top: -24px;
    }
    99.8% {
        left: 163px;
        top: -24px;
    }
    99.9% {
        left: 163px;
        top: 350px;
    }
    100% {
        left: 163px;
        top: 350px;
        transform: rotateZ(630deg);
    }
}

/* 315度的 */
@keyframes s6-box {
    0% {
        transform: rotateZ(270deg);
        left: 152.3px;
        top: 6.2px;
    }
    12.5% {
        left: 152.3px;
        top: 6.2px;
    }
    12.6% {
        left: 6.2px;
        top: 152.3px;
    }
    62.5% {
        left: 6.2px;
        top: 152.3px;
    }
    62.6% {
        left: 152.3px;
        top: 6.2px;
    }
    100% {
        left: 152.3px;
        top: 6.2px;
        transform: rotateZ(630deg);
    }
}

/* 45度的 */
@keyframes s7-box {
    0% {
        transform: rotateZ(270deg);
        left: 152.3px;
        top: 152.3px;
    }
    37.5% {
        left: 152.3px;
        top: 152.3px;
    }
    37.6% {
        left: 6.2px;
        top: 6.2px;
    }
    87.5% {
        left: 6.2px;
        top: 6.2px;
    }
    87.6% {
        left: 152.3px;
        top: 152.3px;
    }
    100% {
        left: 152.3px;
        top: 152.3px;
        transform: rotateZ(630deg);
    }
}

/* 右侧转盘 */
/* 235度的 */
@keyframes s8-box {
    0% {
        transform: rotateZ(270deg);
        left: 55.7px;
        top: 9.8px;
    }
    8.5% {
        left: 55.7px;
        top: 9.8px;
    }
    8.6% {
        left: 270.2px;
        top: 316.1px;
    }
    58.5% {
        left: 270.2px;
        top: 316.1px;
    }
    58.6% {
        left: 55.7px;
        top: 9.8px;
    }
    100% {
        left: 55.7px;
        top: 9.8px;
        transform: rotateZ(-90deg);
    }
}

/* 190度的 */
@keyframes s9-box {
    0% {
        transform: rotateZ(270deg);
        left: -21.1px;
        top: 130.5px;
    }
    22.3% {
        left: -21.1px;
        top: 130.5px;
    }
    22.4% {
        left: 347.1px;
        top: 195.4px;
    }
    72.3% {
        left: 347.1px;
        top: 195.4px;
    }
    72.4% {
        left: -21.1px;
        top: 130.5px;
    }
    100% {
        left: -21.1px;
        top: 130.5px;
        transform: rotateZ(-90deg);
    }
}

/* 145度的 */
@keyframes s10-box {
    0% {
        transform: rotateZ(270deg);
        left: 9.8px;
        top: 270.2px;
    }
    34.8% {
        left: 9.8px;
        top: 270.2px;
    }
    34.9% {
        left: 316.1px;
        top: 55.7px;
    }
    84.8% {
        left: 316.1px;
        top: 55.7px;
    }
    84.9% {
        left: 9.8px;
        top: 270.2px;
    }
    100% {
        left: 9.8px;
        top: 270.2px;
        transform: rotateZ(-90deg);
    }
}

/* 100度的 */
@keyframes s11-box {
    0% {
        transform: rotateZ(270deg);
        left: 130.5px;
        top: 347.1px;
    }
    47.3% {
        left: 130.5px;
        top: 347.1px;
    }
    47.4% {
        left: 195.4px;
        top: -21.1px;
    }
    97.3% {
        left: 195.4px;
        top: -21.1px;
    }
    97.4% {
        left: 130.5px;
        top: 347.1px;
    }
    100% {
        left: 130.5px;
        top: 347.1px;
        transform: rotateZ(-90deg);
    }
}

/* 210度的 */
@keyframes s12-box {
    0% {
        transform: rotateZ(270deg);
        left: -10.1px;
        top: 27.6px;
    }
    16.6% {
        left: -10.1px;
        top: 27.6px;
    }
    16.7% {
        left: 168.7px;
        top: 130.9px;
    }
    66.6% {
        left: 168.7px;
        top: 130.9px;
    }
    66.7% {
        left: -10.1px;
        top: 27.6px;
    }
    100% {
        left: -10.1px;
        top: 27.6px;
        transform: rotateZ(-90deg);
    }
}

/* 150度的 */
@keyframes s13-box {
    0% {
        transform: rotateZ(270deg);
        left: -10.1px;
        top: 130.9px;
    }
    33.3% {
        left: -10.1px;
        top: 130.9px;
    }
    33.4% {
        left: 168.7px;
        top: 27.6px;
    }
    83.3% {
        left: 168.7px;
        top: 27.6px;
    }
    83.4% {
        left: -10.1px;
        top: 130.9px;
    }
    100% {
        left: -10.1px;
        top: 130.9px;
        transform: rotateZ(-90deg);
    }
}

#show1-left .shadow {
    position: absolute;
    left: -110px;
    width: 500px;
    height: 136px;
    line-height: 250px;
    transform: rotateZ(-90deg);
    z-index: 6;
    color: #252432;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 0 30px 15px #f5f8ff;
    background-color: #f5f8ff;
    /* background: linear-gradient(90deg, #f5f8ff 0%, #f5f8ff 90%, #f5f8ff70 100%); */
}
#show1-right .shadow {
    position: absolute;
    right: -110px;
    width: 500px;
    height: 136px;
    z-index: 6;
    color: #252432;
    transform: rotateZ(-90deg);
    font-weight: 600;
    font-size: 20px;
    line-height: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0 0 30px 15px #f5f8ff;
    background-color: #f5f8ff;
    /* background: linear-gradient(90deg, #f5f8ff 0%, #f5f8ff 90%, #f5f8ff70 100%); */
}

#show2.left1 > div:nth-of-type(1) {
    animation: left1-1 0.5s ease-in-out forwards;
    opacity: 1;
}
#show2.left1 > div:nth-of-type(2) {
    animation: left1-2 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.left1 > div:nth-of-type(3) {
    animation: left1-3 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}

@keyframes left1-1 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}
@keyframes left1-2 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}
@keyframes left1-3 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}

#show2.left2 > div:nth-of-type(1) {
    animation: left2-1 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.left2 > div:nth-of-type(2) {
    animation: left2-2 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.left2 > div:nth-of-type(3) {
    animation: left2-3 0.5s ease-in-out forwards;
    opacity: 1;
}

@keyframes left2-1 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}
@keyframes left2-2 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}
@keyframes left2-3 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}

#show2.left3 > div:nth-of-type(1) {
    animation: left3-1 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.left3 > div:nth-of-type(2) {
    animation: left3-2 0.5s ease-in-out forwards;
    opacity: 1;
}
#show2.left3 > div:nth-of-type(3) {
    animation: left3-3 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}

@keyframes left3-1 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}
@keyframes left3-2 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}

@keyframes left3-3 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}





/* 右 */
#show2.right1 > div:nth-of-type(1) {
    animation: right1-1 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.right1 > div:nth-of-type(2) {
    animation: right1-2 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.right1 > div:nth-of-type(3) {
    animation: right1-3 0.5s ease-in-out forwards;
    opacity: 1;
}

@keyframes right1-1 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}
@keyframes right1-2 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}
@keyframes right1-3 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}

#show2.right2 > div:nth-of-type(1) {
    animation: right2-1 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.right2 > div:nth-of-type(2) {
    animation: right2-2 0.5s ease-in-out forwards;
    opacity: 1;
}
#show2.right2 > div:nth-of-type(3) {
    animation: right2-3 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}

@keyframes right2-1 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}
@keyframes right2-2 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}
@keyframes right2-3 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}


#show2.right3 > div:nth-of-type(1) {
    animation: right3-1 0.5s ease-in-out forwards;
    opacity: 1;
}
#show2.right3 > div:nth-of-type(2) {
    animation: right3-2 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}
#show2.right3 > div:nth-of-type(3) {
    animation: right3-3 0.5s ease-in-out forwards;
    transition: all 0s;
    transition-delay: 0.5s;
    opacity: 0.5;
}

@keyframes right3-1 {
    0% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
    50% {
        z-index: 2;
    }
    100% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
}
@keyframes right3-2 {
    0% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(70%);
        z-index: 1;
    }
}
@keyframes right3-3 {
    0% {
        transform: scale(1) translateX(0%);
        z-index: 2;
    }
    50% {
        z-index: 1;
    }
    100% {
        transform: scale(0.7) translateX(-70%);
        z-index: 1;
    }
}
.huawei,
.tianshu {
    height: 32px !important;
}
.inspur {
    height: 62px !important;
    margin-top: -10px;
}

.hwj {
    height: 100px !important;
}
.tsinghua {
    height: 60px !important;
}
.qiji {
    height: 40px !important;
}
.qifu {
    height: 30px !important;
}
.suiyuan {
    height: 80px !important;
    margin-top: -10px;
}
.dachen {
    height: 78px !important;
}
.h3c {
    height: 20px !important;
}
.cixin {
    height: 34px !important;
}
.muxi {
    margin-top: -8px !important;
}
.lcss {
    height: 48px !important;
}
.openCSG {
    height: 30px !important;
}
.sophgo {
    height: 66px !important;
}
.arm {
    height: 20px !important;
}