* { margin: 0; padding: 0; list-style: none; text-decoration: none; font-family: PingFang SC; }
html {
    background-color: #F5F8FF;
    overflow: hidden;
}
body {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
#container {
    height: 4694px;
    overflow: hidden;
}
#main {
    position: relative;
    z-index: 1;
    min-width: 950px;
    max-width: 1440px;
    height: 4694px;
    margin: 0 auto;
    padding: 76px 0 60px 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: -1;
}
#test {
    position: absolute;
    top: 3080px;
    z-index: 0;
    height: 1000px;
    background-color: #F5F8FF;
    /* min-width: 950px;
    max-width: 1440px; */
    width: 100%;
    border-radius: 0 0 50% 60%;
    box-shadow: 0 0 200px 250px #F5F8FF;
}
#bg1 { 
    top: 1280px; 
    right: 0;
    z-index: -1;
    width: 670px;
    height: 841px;
}
#bg2 {
    top: 2500px;
    left: 0;
    z-index: -1;
    width: 590px;
    height: 745px;
}
#bg3 {
    z-index: -1; 
    top: 3967px;
    left: 24px;
    /* opacity: 0.2; */
    mix-blend-mode: color-burn;
}
#bg4 {
    position: absolute;
    top: 4061.1px;
    left: -629.4px;
    width: 1609.3px;
    height: 923.6px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(270deg, #7bdfff 0%, #1000c2 100%);
    filter: blur(400px);
}
#bg5 {
    position: absolute;
    top: 3921.7px;
    left: 676.4px;
    width: 1352.5px;
    height: 776.3px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(90deg, #9403fd 0%, #00adfe 100%);
    filter: blur(400px);
}
#bg6 {
    position: absolute;
    top: 3921.8px;
    left: 676.4px;
    width: 1609.3px;
    height: 923.6px;
    transform: rotate(-6.091521deg);
    background: linear-gradient(90deg, #9403fd 0%, #00adfe 100%);
    filter: blur(400px);
}

#header {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 28px;
    box-sizing: border-box;
    z-index: 11;
    opacity: 1;
    /* padding: 24px 100px; */
    box-sizing: border-box;
    transition: all 0.35s;;
}
#header.move {
    padding: 15px 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
}
#header > div {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 112px;
    max-width: 1440px;
    margin: 0 auto;
    height: 48px;
}
#header > div > img {
    /* height: 48px; */
    height: 74px;
    margin-left: -22px;
}
#header > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 496px;
    height: 48px;
    border-radius: 24px;
    background: #ffffff99;
    backdrop-filter: blur(4px);
    padding: 0 80px;
    
}
#header > div > div > span {
    cursor: pointer;
    color: #8987a1;
    font-size: 16px;
    transition: color .15s;
    font-weight: 500;
}
#header > div > div > span.active,
#header > div > div > span:hover {
    color: #252432;
    font-weight: 600;
}

#content1 {
    height: 190px;
    text-align: center;
    margin: 112px auto 44px auto;
}
#content1 > div {
    overflow: hidden;
    font-size: 0;
}
#content1 > div > span {
    position: relative;
    display: inline-block;
    top: 95px;
    color: #252432;
    font-weight: 600;
    font-size: 73px;
    line-height: 95px;
}
@keyframes c1-span-animate {
    0% {
        top: 95px;
        opacity: 0;
    }
    50% {
        top: 8px;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}
#content2 {
    margin: 0 auto;
    text-align: center;
    height: 63px;
    text-align: center;
    color: #8987a1;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    top: 30px;
    opacity: 0;
    transition: all .6s ease-out 1s;
    width: 430px;
    display: block;
}
#content2.initDone {
    opacity: 1;
    top: 0px;
}
#contact-us {
    position: relative;
    margin: 60px auto 0px auto;
    width: 208px;
    height: 56px;
    border-radius: 10px;
    background-color: #252432;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    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.initDone {
    opacity: 1;
    top: 0;
}
#contact-us:active {
    background-color: #252432 !important;
    transform: scale(0.95) !important;
}
#contact-us:hover {
    background-color: rgba(72, 71, 83, 1);
}
/* #contact-us.init {
    top: 0px;
    opacity: 1;
} */

#show1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 950px;
    max-width: 1440px;
    height: 763px;
}
#show1-left,
#show1-right {
    user-select: none;
    position: relative;
    min-width: 440px;
    max-width: 440px;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
    transition: all 0.3s linear;
}
#show1-left {
    left: -100px;
    opacity: 0;
}
#show1-left.initDone {
    left: 0;
    opacity: 1;
}
#show1-right {
    right: -100px;
    opacity: 0;
}
#show1-right.initDone {
    right: 0;
    opacity: 1;
}
#show1-left .shadow {
    position: absolute;
    left: 0;
    width: 251px;
    height: 500px;
    z-index: 6;
    color: #252432;
    font-weight: 600;
    font-size: 24px;
    line-height: 500px;
    text-align: right;
    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: 0;
    width: 251px;
    height: 500px;
    z-index: 6;
    color: #252432;
    font-weight: 600;
    font-size: 24px;
    line-height: 500px;
    text-align: left;
    box-shadow: 0 0 30px 15px #f5f8ff;
    background-color: #f5f8ff;
    /* background: linear-gradient(90deg, #f5f8ff 0%, #f5f8ff 90%, #f5f8ff70 100%); */
}
#show1-left .circle1 {
    position: absolute;
    right: 147px;
    width: 174px;
    height: 174px;
    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: 172px;
    height: 172px;
    /* margin-left: 1px;
    margin-top: 1px; */
    border-radius: 50%;
}
#show1-left .circle2 {
    position: absolute;
    /* right: 98px; */
    background: linear-gradient(90deg, #dad9ea3c 5.16%, #9694b780 100%);
    /* width: 243px;
    height: 243px; */
    width: 174px;
    height: 174px;
    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: 241px;
    height: 241px; */
    width: 172px;
    height: 172px;
    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: 243px;
    height: 243px;
}
#show1-left.initDone > .circle2::before {
    width: 241px;
    height: 241px;
}
#show1-left.initDone > .circle2 > .s1-box {
    opacity: 1;
}

#show1-left .circle3 {
    position: absolute;
    /* right: 49px; */
    background: linear-gradient(90deg, #dad9ea60 5.16%, #9694b7cc 100%);
    /* width: 329px;
    height: 329px; */
    width: 243px;
    height: 243px;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0;
    animation: s1-circle 20s infinite linear;
    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: 327px;
    height: 327px; */
    width: 241px;
    height: 241px;
    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: 329px;
    height: 329px;
    opacity: 1;
}
#show1-left.initDone > .circle3::before {
    width: 327px;
    height: 327px;
    opacity: 1;
}


#show1-left .circle4 {
    position: absolute;
    background: linear-gradient(90deg, #dad9ea78 -43.41%, #807da3 100%);
    width: 329px;
    height: 329px;
    padding: 1px;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    z-index: 1;
    /* transform: rotateZ(0deg); */
    animation: s1-circle 20s infinite linear;
    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;
    opacity: 0;
    width: 327px;
    height: 327px;
    border-radius: 50%;
    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: 440px;
    height: 440px;
    opacity: 1;
}
#show1-left.initDone > .circle4::before {
    width: 438px;
    height: 438px;
    opacity: 1;
}
#show1-left.initDone > .circle4 > .s1-box {
    opacity: 1;
}

/* 右边 */
#show1-right .circle1 {
    position: absolute;
    left: 147px;
    width: 174px;
    height: 174px;
    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: 172px;
    height: 172px;
    /* margin-left: 1px;
    margin-top: 1px; */
    border-radius: 50%;
}
#show1-right .circle2 {
    position: absolute;
    /* left: 98px; */
    background: linear-gradient(270deg, #dad9ea3c 5.16%, #9694b780 100%);
    width: 174px;
    height: 174px;
    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;
    transition: all 0.15s linear 0.3s;
}
#show1-right .circle2::before {
    display: block;
    content: "";
    background-color: #F5F8FF;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    transition: all 0.15s linear 0.3s;
}
#show1-right > .circle2 > .s1-box {
    opacity: 0;
    transition: all 0.2s linear 0.55s;
}
#show1-right.initDone > .circle2 {
    width: 243px;
    height: 243px;
}
#show1-right.initDone > .circle2::before {
    width: 241px;
    height: 241px;
}
#show1-right.initDone > .circle2 > .s1-box {
    opacity: 1;
}

#show1-right .circle3 {
    position: absolute;
    /* left: 49px; */
    background: linear-gradient(270deg, #dad9ea60 5.16%, #9694b7cc 100%);
    width: 243px;
    height: 243px;
    padding: 1px;
    box-sizing: border-box;
    /* border-width: 1px; */
    opacity: 0;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 2;
    animation: s2-circle 20s infinite linear;
    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: 241px;
    height: 241px;
    opacity: 0;
    border-radius: 50%;
    transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s, opacity 0s linear 0.45s;
}
#show1-right.initDone > .circle3 {
    width: 329px;
    height: 329px;
    opacity: 1;
}
#show1-right.initDone > .circle3::before {
    width: 327px;
    height: 327px;
    opacity: 1;
}


#show1-right .circle4 {
    position: absolute;
    background: linear-gradient(270deg, #dad9ea78 -43.41%, #807da3 100%);
    width: 329px;
    height: 329px;
    padding: 1px;
    opacity: 0;
    box-sizing: border-box;
    /* border-width: 1px; */
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    animation: s2-circle 20s infinite linear;
    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: 327px;
    height: 327px;
    opacity: 0;
    border-radius: 50%;
    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: 440px;
    height: 440px;
    opacity: 1;
}
#show1-right.initDone > .circle4::before {
    width: 438px;
    height: 438px;
    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;
}
#show1 #show1-text.initDone > p{
    opacity: 1;
    top: 0;
}
#show1 #show1-text > p {
    position: relative;
    top: 50px;
    opacity: 0;
}
#show1 #show1-text > p:nth-of-type(1) {
    height: 62px;
    color: #252432;
    font-family: Raleway;
    font-weight: bold;
    font-size: 52px;
    transition: all 0.3s linear;
}
#show1 #show1-text > p:nth-of-type(2) {
    height: 24px;
    color: #252432;
    font-size: 20px;
    transition: all 0.3s linear 0.1s;
}
#show1 #show1-text > p:nth-of-type(3) {
    margin: 47px 0 10px 0;
}
#show1 #show1-text > p:nth-of-type(3),
#show1 #show1-text > p:nth-of-type(4) {
    height: 14px;
    text-align: center;
    color: #8987a1;
    font-size: 14px;
    transition: all 0.3s linear 0.2s;
}
#content3 {
    margin: 0 auto 120px auto;
    max-width: 1155px;
    padding: 0 50px;
    box-sizing: border-box;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#content3 > div {
    position: relative;
    top: 40px;
    opacity: 0;
    display: flex;
    align-items: center;
}
#content3 > div:nth-of-type(1) {
    transition: all 0.3s ease-in-out;
}
#content3 > div:nth-of-type(2) {
    transition: all 0.3s ease-in-out 0.15s;
}
#content3 > div:nth-of-type(3) {
    transition: all 0.3s ease-in-out 0.3s;
}
#content3.initDone > div {
    opacity: 1;
    top: 0;
}
#content3 > div > span {
    color: #252432;
    font-family: OPlusSans;
    font-weight: bold;
    font-size: 60px;
    margin-right: 28px;
}
#content3 > div > p {
    color: #8987a1;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 20px;
}
#content3 > div:nth-of-type(1) > p {
    width: 68px;
}
#content3 > div:nth-of-type(2) > p {
    width: 137px;
}
#content3 > div:nth-of-type(3) > p {
    width: 68px;
}
#testnum {
    display: block;
}
#testnum-mobile {
    display: none;
}

#content4 {
    max-width: 1245px;
    box-sizing: border-box;
    height: 384px;
    margin: 0 auto 220px auto;
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
}
#content4-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}
#content4-left > p:nth-of-type(1) {
    height: 72px;
    color: #252432;
    font-family: Raleway;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 28px;
    position: relative;
    opacity: 0;
    left: -40px;
    transition: all 0.2s linear;
}
#content4-left > p:nth-of-type(2) {
    position: relative;
    opacity: 0;
    left: -60px;
    color: #8987a1;
    font-size: 16px;
    line-height: 29px;
    width: 304px;
    transition: all 0.2s linear 0.2s;
}
#content4.initDone #content4-left > p {
    left: 0;
    opacity: 1;
}
#content4-right {
    width: 709px;
    height: 384px;
    /* mix-blend-mode: plus-lighter; */
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    padding: 54px 72px 69px 85px;
    position: relative;
    right: -40px;
    opacity: 0;
    transition: all 0.3s;
}
#content4 #content4-right.initDone {
    right: 0;
    opacity: 1;
}
#content4-right > div {
    height: 39px;
    color: #252432;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 44px;
}
#content4-right > p {
    position: relative;
    padding-left: 37.5px;
    color: #252432;
    font-size: 16px;
    line-height: 26px;
    max-width: 480px;
    left: 40px;
    opacity: 0;
}
#content4-right > p > svg {
    width: 20px;
    height: 20px;
    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 linear 0.3s;
}
#content4-right > p:nth-of-type(2) {
    margin: 24px 0;
    transition: all 0.3s linear 0.45s;
}
#content4-right > p:nth-of-type(3) {
    transition: all 0.3s linear 0.6s;
}
#content4-right > p > span {
    font-weight: 600;
}

#content5 {
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px auto;
}
#content5.initDone > p {
    top: 0px;
    opacity: 1;
}
#content5 > p {
    position: relative;
    top: 40px;
    /* opacity: 0; */
}
#content5 > p:nth-of-type(1) {
    height: 78px;
    text-align: center;
    color: #252432;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 16px;
    transition: all 0.3s linear;
}
#content5 > p:nth-of-type(2) {
    height: 29px;
    color: #8987a1;
    text-align: center;
    font-size: 16px;
    margin-bottom: 64px;
    transition: all 0.3s linear 0.2s;
}

#content5 > div {
    max-width: 1316px;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#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 {
    max-width: 280px;
    min-width: 230px;
    position: relative;
    height: 252px;
    top: 40px;
    /* opacity: 0; */
}

#content5 > div > .c5-box:not(:last-child) {
    margin-right: 20px;
}
.img-box {
    width: 44px;
    height: 44px;
    mix-blend-mode: normal;
    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: 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;
    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;
}
#content5 .c5-con > p:nth-of-type(1) {
    height: 24px;
    color: #252432;
    font-weight: 600;
    font-size: 20px;
    margin: 19px 0 18px;
}
#content5 .c5-con > p:nth-of-type(2) {
    color: #8987a1;
    font-size: 14px;
    line-height: 20px;
}

#show2 {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0 28px; */
    margin-bottom: 230px;
    top: 50px;
    opacity: 0;
    transition: all 0.3s;
}
#show2.initDone {
    top: 0px;
    opacity: 1;
}
#show2 > p { display: none; }
#show2 > span {
    user-select: none;
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #ffffff66;
    box-shadow: 0px 4px 30px #8987a11f;
    backdrop-filter: blur(4px);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#show2 > span:hover {
    box-shadow: 0px 4px 10px #8987a11f;
}
#show2 > span#s2-l {
    transform: translateX(-512.5px);
}
#show2 > span#s2-r {
    transform: translateX(512.5px);
}
#show2 > div {
    position: absolute;
    flex-shrink: 0;
    padding: 21px 17px;
    box-sizing: border-box;
    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: 913px;
    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: 913px; */
    height: 564px;

}
#show2 > div:nth-of-type(1) {
    transform: translateX(-975px);
}
#show2 > div:nth-of-type(2) {
    transform: translateX(0);
}
#show2 > div:nth-of-type(3) {
    transform: translateX(975px);
}




#about-us {
    margin-bottom: 120px;
}
#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: 78px;
    text-align: center;
    color: #252432;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 56px;
    transition: all 0.3s linear;
}
#about-us > p:nth-of-type(2) {
    text-align: center;
    color: #252432;
    font-size: 20px;
    line-height: 34px;
    width: 666px;
    margin: 0 auto;
    /* font-weight: 500; */
    transition: all 0.3s linear 0.2s;
}

#show3 {
    overflow: hidden;
    margin: 0 auto 313px auto;
    /* padding: 0 24px; */
    box-sizing: border-box;
    /* max-width: 1234px; */
    max-width: 100%;
    height: 112px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 60px;
    opacity: 0;
    transition: all 0.3s linear;
    padding: 5px 0;
}
#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;
}

#show3 > div > div {
    padding: 0 33px;
    height: 102px;
    border-radius: 16px;
    background: #ffffff99;
    box-shadow: 0px 4px 4px #0000000d;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
#show3 > div > div {
    margin-right: 10px;
}
#show3 > div > div > img {
    height: 32px;
}

#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%);
    }
}

#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-content: space-between; */
    margin: 0 112px;
    /* max-width: 1216px; */
    min-width: 1000px;
    height: 398px;
    mix-blend-mode: normal;
    padding: 0 146px 0 72px;
    border-radius: 40px;
    border: 1px solid #d6dded;
    box-sizing: border-box;
    background: linear-gradient(121.9deg, #ffffff 0%, #f6f9ff 100.05%);
    position: relative;
    top: 40px;
    opacity: 0;
    transition: all 0.2s linear;
}
#footer.initDone {
    top: 0;
    opacity: 1;
}
#footer > img {
    margin-bottom: 38px;
    position: relative;
    left: -40px;
    opacity: 0;
    transition: all 0.3s linear 0.1s;
}
#footer.initDone > img {
    left: 0;
    opacity: 1;
}
#footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer > div > p {
    color: #8987a1;
    font-size: 16px;
    line-height: 24px;
    width: 356px;
    position: relative;
    left: -40px;
    opacity: 0;
    transition: all 0.3s linear 0.2s;
}
#footer.initDone > div > p {
    left: 0px;
    opacity: 1;
}

#footer > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 48px;
    position: relative;
    left: 40px;
    opacity: 0;
    transition: all 0.3s linear 0.2s;
}
#footer.initDone > div > div {
    left: 0px;
    opacity: 1;
}
#footer > div > div > div > p:nth-of-type(2n + 1) {
    height: 24px;
    color: #252432;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}
#footer > div > div > div > p:nth-of-type(2n) {
    height: 24px;
    color: #8987a1;
    font-weight: 500;
    font-size: 16px;
}
#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;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    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: 36px !important;
    height: 36px !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(0deg);
        left: 319.3px;
        top: 12px;
    }
    10% {
        left: 319.3px;
        top: 12px;
    }
    10.1% {
        left: 60.6px;
        top: 367.9px;
    }
    60% {
        left: 60.6px;
        top: 367.9px;
    }
    60.1% {
        left: 319.3px;
        top: 12px;
    }
    100% {
        left: 319.3px;
        top: 12px;
        transform: rotateZ(360deg);
    }
}

/* 342度的 */
@keyframes s2-box {
    0% {
        transform: rotateZ(0deg);
        left: 399.2px;
        top: 122px;
    }
    20% {
        left: 399.2px;
        top: 122px;
    }
    20.1% {
        left: -19.2px;
        top: 257.9px;
    }
    70% {
        left: -19.2px;
        top: 257.9px;
    }
    70.1% {
        left: 399.2px;
        top: 122px;
    }
    100% {
        left: 399.2px;
        top: 122px;
        transform: rotateZ(360deg);
    }
}

/* 18度的 */
@keyframes s3-box {
    0% {
        transform: rotateZ(0deg);
        left: 399.2px;
        top: 257.9px;
    }
    30% {
        left: 399.2px;
        top: 257.9px;
    }
    30.1% {
        left: -19.2px;
        top: 122px;
    }
    80% {
        left: -19.2px;
        top: 122px;
    }
    80.1% {
        left: 399.2px;
        top: 257.9px;
    }
    100% {
        left: 399.2px;
        top: 257.9px;
        transform: rotateZ(360deg);
    }
}

/* 54度的 */
@keyframes s4-box {
    0% {
        transform: rotateZ(0deg);
        left: 319.3px;
        top: 367.9px;
    }
    40% {
        left: 319.3px;
        top: 367.9px;
    }
    40.1% {
        left: 60.6px;
        top: 12px;
    }
    90% {
        left: 60.6px;
        top: 12px;
    }
    90.1% {
        left: 319.3px;
        top: 367.9px;
    }
    100% {
        left: 319.3px;
        top: 367.9px;
        transform: rotateZ(360deg);
    }
}

/* 90度的 */
@keyframes s5-box {
    0% {
        transform: rotateZ(0deg);
        left: 190px;
        top: 410px;
    }
    49.9% {
        left: 190px;
        top: 410px;
    }
    50% {
        left: 189.9px;
        top: -30px;
    }
    99.8% {
        left: 189.9px;
        top: -30px;
    }
    99.9% {
        left: 190px;
        top: 410px;
    }
    100% {
        left: 190px;
        top: 410px;
        transform: rotateZ(360deg);
    }
}

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

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

/* 右侧转盘 */
/* 235度的 */
@keyframes s8-box {
    0% {
        transform: rotateZ(0deg);
        left: 63.8px;
        top: 9.7px;
    }
    8.5% {
        left: 63.8px;
        top: 9.7px;
    }
    8.6% {
        left: 316.1px;
        top: 370.2px;
    }
    58.5% {
        left: 316.1px;
        top: 370.2px;
    }
    58.6% {
        left: 63.8px;
        top: 9.7px;
    }
    100% {
        left: 63.8px;
        top: 9.7px;
        transform: rotateZ(-360deg);
    }
}

/* 190度的 */
@keyframes s9-box {
    0% {
        transform: rotateZ(0deg);
        left: -26.6px;
        top: 151.7px;
    }
    22.3% {
        left: -26.6px;
        top: 151.7px;
    }
    22.4% {
        left: 406.6px;
        top: 228.2px;
    }
    72.3% {
        left: 406.6px;
        top: 228.2px;
    }
    72.4% {
        left: -26.6px;
        top: 151.7px;
    }
    100% {
        left: -26.6px;
        top: 151.7px;
        transform: rotateZ(-360deg);
    }
}

/* 145度的 */
@keyframes s10-box {
    0% {
        transform: rotateZ(0deg);
        left: 9.7px;
        top: 316.1px;
    }
    34.8% {
        left: 9.7px;
        top: 316.1px;
    }
    34.9% {
        left: 370.2px;
        top: 63.8px;
    }
    84.8% {
        left: 370.2px;
        top: 63.8px;
    }
    84.9% {
        left: 9.7px;
        top: 316.1px;
    }
    100% {
        left: 9.7px;
        top: 316.1px;
        transform: rotateZ(-360deg);
    }
}

/* 100度的 */
@keyframes s11-box {
    0% {
        transform: rotateZ(0deg);
        left: 151.7px;
        top: 406.6px;
    }
    47.3% {
        left: 151.7px;
        top: 406.6px;
    }
    47.4% {
        left: 228.2px;
        top: -26.6px;
    }
    97.3% {
        left: 228.2px;
        top: -26.6px;
    }
    97.4% {
        left: 151.7px;
        top: 406.6px;
    }
    100% {
        left: 151.7px;
        top: 406.6px;
        transform: rotateZ(-360deg);
    }
}

/* 210度的 */
@keyframes s12-box {
    0% {
        transform: rotateZ(0deg);
        left: -13.7px;
        top: 30.7px;
    }
    16.6% {
        left: -13.7px;
        top: 30.7px;
    }
    16.7% {
        left: 196.7px;
        top: 152.2px;
    }
    66.6% {
        left: 196.7px;
        top: 152.2px;
    }
    66.7% {
        left: -13.7px;
        top: 30.7px;
    }
    100% {
        left: -13.7px;
        top: 30.7px;
        transform: rotateZ(-360deg);
    }
}

/* 150度的 */
@keyframes s13-box {
    0% {
        transform: rotateZ(0deg);
        left: -13.7px;
        top: 152.2px;
    }
    33.3% {
        left: -13.7px;
        top: 152.2px;
    }
    33.4% {
        left: 196.7px;
        top: 30.7px;
    }
    83.3% {
        left: 196.7px;
        top: 30.7px;
    }
    83.4% {
        left: -13.7px;
        top: 152.2px;
    }
    100% {
        left: -13.7px;
        top: 152.2px;
        transform: rotateZ(-360deg);
    }
}


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

@keyframes left1-1 {
    0% { transform: translateX(-975px); }
    100% { transform: translateX(0px); }
}
@keyframes left1-2 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(975px); }
}
@keyframes left1-3 {
    0% { transform: translateX(975px); }
    50% { transform: translateX(1462.5px); }
    50.1% { transform: translateX(-1462.5px); }
    100% { transform: translateX(-975px); }
}



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

@keyframes left2-1 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(975px); }
}
@keyframes left2-2 {
    0% { transform: translateX(975px); }
    50% { transform: translateX(1462.5px); }
    50.1% { transform: translateX(-1462.5px); }
    100% { transform: translateX(-975px); }
}
@keyframes left2-3 {
    0% { transform: translateX(-975px); }
    100% { transform: translateX(0px); }
}

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

@keyframes left3-1 {
    0% { transform: translateX(975px); }
    50% { transform: translateX(1462.5px); }
    50.1% { transform: translateX(-1462.5px); }
    100% { transform: translateX(-975px); }
}
@keyframes left3-2 {
    0% { transform: translateX(-975px); }
    100% { transform: translateX(0px); }
}
@keyframes left3-3 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(975px); }
}


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

@keyframes right1-1 {
    0% { transform: translateX(-975px); }
    50% { transform: translateX(-1462.5px); }
    50.1% { transform: translateX(1462.5px); }
    100% { transform: translateX(975px); }
}
@keyframes right1-2 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(-975px); }
}
@keyframes right1-3 {
    0% { transform: translateX(975px); }
    100% { transform: translateX(0px); }
}

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

@keyframes right2-1 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(-975px); }
}
@keyframes right2-2 {
    0% { transform: translateX(975px); }
    100% { transform: translateX(0px); }
}
@keyframes right2-3 {
    0% { transform: translateX(-975px); }
    50% { transform: translateX(-1462.5px); }
    50.1% { transform: translateX(1462.5px); }
    100% { transform: translateX(975px); }
}


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

@keyframes right3-1 {
    0% { transform: translateX(975px); }
    100% { transform: translateX(0px); }
}
@keyframes right3-2 {
    0% { transform: translateX(-975px); }
    50% { transform: translateX(-1462.5px); }
    50.1% { transform: translateX(1462.5px); }
    100% { transform: translateX(975px); }
}
@keyframes right3-3 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(-975px); }
}

.huawei {
    height: 40px !important;
}
.inspur {
    height: 90px !important;
    margin-top: -10px;
}

.tianshu,
.qifu {
    height: 40px !important;
}

.hwj {
    height: 120px !important;
}

.tsinghua {
    height: 84px !important;   
}
.suiyuan {
    height: 100px !important;
    margin-top: -13px !important;
}
.qiji {
    height: 60px !important;
}
.dachen {
    height: 100px !important;
}
.h3c {
    height: 28px !important;
}
.cixin {
    height: 44px !important;
}
.muxi {
    height: 34px;
    margin-top: -10px;
}
.lcss {
    height: 70px !important;
}
.openCSG {
    height: 40px !important;
}
.sophgo {
    height: 90px !important;
}